You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.2 KiB
Plaintext
1 line
1.2 KiB
Plaintext
<view class="container" hover-class="none" hover-stop-propagation="{{false}}"><block wx:if="{{temporaryImg||userInfo.imgSrc!=''&&userInfo.imgSrc!=null&&userInfo.imgSrc!='null'}}"><block><image class="show-image" src="{{temporaryImg||userInfo.imgSrc}}" mode="aspectFill"></image></block></block><block wx:else><block><image class="show-image" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" mode="aspectFill"></image></block></block><block wx:if="{{isSure}}"><view class="display-flex btnBox" hover-class="none" hover-stop-propagation="{{false}}"><view class="weui-btn_primary fw500 mr16" aria-role="button" data-event-opts="{{[['tap',[['cancelChoice',['$event']]]]]}}" bindtap="__e">取消</view><view class="weui-btn_primary fw500 ysd-basebg-color" style="border:1px solid var(--color-ysd);" hover-class="thover" aria-role="button" data-event-opts="{{[['tap',[['changeUserImgsrc',['$event']]]]]}}" bindtap="__e">确定</view></view></block><block wx:else><button class="change weui-btn_primary fw500 mt32" open-type="chooseAvatar" aria-role="button" data-event-opts="{{[['chooseavatar',[['choiceAvatar',['$event']]]]]}}" bindchooseavatar="__e">更换头像</button></block></view> |