feat:优化
This commit is contained in:
+5
-5
@@ -12,7 +12,7 @@
|
||||
|
||||
<view class="level level-grade" @click="jumpToTrustBridge" v-if="currentUserData.agentName">
|
||||
<up-image src="/static/common/rz.png" style="margin-right: 8rpx; margin-top: 6rpx"
|
||||
shape="circle" width="13" height="13" bgColor="#f1f6ff00"></up-image>
|
||||
shape="circle" width="26rpx" height="26rpx" bgColor="#f1f6ff00"></up-image>
|
||||
<view>{{ currentUserData.agentName }}</view>
|
||||
</view>
|
||||
|
||||
@@ -21,9 +21,8 @@
|
||||
<view style="display: flex; align-items: center">
|
||||
<up-image
|
||||
:src="currentUserData.grade ? '/static/common/level.png' : 'https://static.tbmall.xin/static/mine/rz.png'"
|
||||
style="margin-right: 8rpx; margin-top: 6rpx" shape="circle" width="14"
|
||||
height="14" bgColor="#f1f6ff00"></up-image>
|
||||
<view>{{ currentUserData.gradeName }}</view>
|
||||
shape="circle" width="30rpx" height="30rpx" bgColor="#f1f6ff00"></up-image>
|
||||
<view style="margin-left: 8rpx;">{{ currentUserData.gradeName }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -81,7 +80,8 @@
|
||||
<view class="mine_order_list">
|
||||
<view class="mine_fontsize_comm_warp order_list_item" v-for="item in orderTemplList" :key="item.id"
|
||||
@click="jumpOrder(item)">
|
||||
<up-image :lazy-load="true" :src="item.url" width="28" height="28" bgColor="#f1f6ff00"></up-image>
|
||||
<up-image :lazy-load="true" :src="item.url" width="28" height="28"
|
||||
bgColor="#f1f6ff00"></up-image>
|
||||
<view>{{ item.title }}</view>
|
||||
<up-badge :absolute="true" :offset="[-9, 9]" max="99"
|
||||
:customStyle="{ width: '40rpx', height: '32rpx', borderRadius: '45% 45% 45% 0', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: 0 }"
|
||||
|
||||
Reference in New Issue
Block a user