feat:归集
This commit is contained in:
+3
-2
@@ -22,7 +22,7 @@
|
||||
<text style="margin-right: 20rpx">{{
|
||||
currentUserData.nickname || "信任桥用户"
|
||||
}}</text>
|
||||
<view class="level" @click="jumpToTrustBridge">
|
||||
<view class="level" @click="jumpToTrustBridge" v-if="currentUserData.grade">
|
||||
<up-image
|
||||
src="https://static.tbmall.xin/static/mine/rz.png"
|
||||
style="margin-right: 8rpx; margin-top: 6rpx"
|
||||
@@ -31,7 +31,8 @@
|
||||
height="12"
|
||||
bgColor="#f1f6ff00"
|
||||
></up-image>
|
||||
<view>{{ currentUserData.gradeName }}</view>
|
||||
<view>星级用户</view>
|
||||
<!-- <view>{{ currentUserData.gradeName }}</view> -->
|
||||
</view>
|
||||
<!-- <view class="grade_warp" v-if="currentUserData && Object.keys(currentUserData).length !== 0">
|
||||
<up-image
|
||||
|
||||
Reference in New Issue
Block a user