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>
|
<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">
|
||||||
<view class="mine_info_name">
|
<view class="mine_info_name">
|
||||||
<text style="margin-right: 20rpx">{{ currentUserData.name || '信任桥用户' }}</text>
|
<text style="margin-right: 20rpx">{{ currentUserData.nickname || '信任桥用户' }}</text>
|
||||||
<view class="level">
|
<view class="level">
|
||||||
<up-image
|
<up-image
|
||||||
src="/static/mine/rz.png"
|
src="/static/mine/rz.png"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
width="50" height="50" bgColor="#f1f6ff00" shape="circle" />
|
width="50" height="50" bgColor="#f1f6ff00" shape="circle" />
|
||||||
<view class="left_msg">
|
<view class="left_msg">
|
||||||
<view>
|
<view>
|
||||||
<text>{{ userData.name || '信任桥用户' }}</text>
|
<text>{{ userData.nickname || '信任桥用户' }}</text>
|
||||||
<text style="margin-left: 20rpx;">{{ userData.gradeName }}</text>
|
<text style="margin-left: 20rpx;">{{ userData.gradeName }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="left_msg_title">ID:{{ userData.id || 0 }}</view>
|
<view class="left_msg_title">ID:{{ userData.id || 0 }}</view>
|
||||||
|
|||||||
+2
-2
@@ -2,8 +2,8 @@
|
|||||||
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
||||||
|
|
||||||
// export const BASE_URL = "https://api.tbmall.xin"; //生产
|
// export const BASE_URL = "https://api.tbmall.xin"; //生产
|
||||||
// export const BASE_URL ='http://api.hm.a-d.work:6880/api' // 测试
|
// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试
|
||||||
export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 测试
|
export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user