feat:归集

This commit is contained in:
2026-05-21 15:38:19 +08:00
parent e812029064
commit 2a92567835
10 changed files with 299 additions and 63 deletions
+3 -2
View File
@@ -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