feat: 修改头像
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
<up-image :src="currentUserData.avatarUrl ? currentUserData.avatarUrl : '/static/mine/avatar.png'" shape="circle" width="54" height="54" bgColor="#f1f6ff00"></up-image>
|
||||
<view class="mine_info">
|
||||
<view class="mine_info_name">
|
||||
<text style="margin-right: 20rpx">{{ currentUserData.name || '信任桥用户' }}</text>
|
||||
<text style="margin-right: 20rpx">{{ currentUserData.nickname || '信任桥用户' }}</text>
|
||||
<view class="level">
|
||||
<up-image
|
||||
src="/static/mine/rz.png"
|
||||
|
||||
Reference in New Issue
Block a user