| | |
| | | <view class="container"> |
| | | <view class="main_app"> |
| | | <image class="avatar" src="{{ userInfo.imgurlFull ? userInfo.imgurlFull : '../../static/images/default_avatar.png' }}"></image> |
| | | <!-- <button open-type="chooseAvatar" bindchooseavatar="getBindchooseavatar" class="avatar_btn">更换头像</button> --> |
| | | <button hover-class="none" bind:tap="selMedia3" class="avatar_btn">更换头像</button> |
| | |
| | | <image wx:if="{{ editFalg }}" class="icon" src="../../static/icon/home_ar@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <view wx:if="{{ !editFalg }}" bindtap="startEdit" class="save">编辑</view> |
| | | <view wx:else bindtap="onSubmit" class="save">保存</view> |
| | | <view wx:if="{{ !editFalg }}" style="bottom: {{bottomLift + 4}}px;" bindtap="startEdit" class="save">编辑</view> |
| | | <view wx:else bindtap="onSubmit" style="bottom: {{bottomLift + 4}}px;" class="save">保存</view> |
| | | </view> |
| | | <!-- --> |
| | | </view> |