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.

8 lines
304 B
Plaintext

<!-- <view class="show-image" wx:if="{{avaSrc == ''}}">
<open-data type="userAvatarUrl"></open-data>
</view> -->
<view>
<image src="{{avaSrc}}" class="show-image" mode="aspectFill"></image>
</view>
<view class="changeAvaBtn" hover-class="thover" bindtap="changeUserImgsrc">更换头像</view>