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"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
width="50" height="50" bgColor="#f1f6ff00" shape="circle" />
|
||||
<view class="left_msg">
|
||||
<view>
|
||||
<text>{{ userData.name || '信任桥用户' }}</text>
|
||||
<text>{{ userData.nickname || '信任桥用户' }}</text>
|
||||
<text style="margin-left: 20rpx;">{{ userData.gradeName }}</text>
|
||||
</view>
|
||||
<view class="left_msg_title">ID:{{ userData.id || 0 }}</view>
|
||||
|
||||
Reference in New Issue
Block a user