This commit is contained in:
wangweidong 2026-01-07 17:25:06 +08:00
parent c9ce3afc86
commit f383694e95
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<view class="avatorimg" @click="uplod" > <view class="avatorimg" @click="uplod" >
<image :src="userInfo.avatar?(userInfo.flag?userInfo.avatar : serverUrl+'/sys/common/static/'+userInfo.avatar):'/static/shouye/xd.png'" mode="aspectFill"></image> <image :src="userInfo.avatar?(userInfo.flag?userInfo.avatar : serverUrl+'/sys/common/static/'+userInfo.avatar):'/static/shouye/xd.png'" mode="aspectFill"></image>
</view> </view>
<view class="butft" @click="sxdupld(userInfo.avatar)"> <view class="butft" @click="sxdupld(userInfo.avatar)" v-if="userInfo?.flag">
确定 确定
</view> </view>
</view> </view>