细节优化

This commit is contained in:
kron
2025-07-28 15:05:19 +08:00
parent e116c8d22f
commit 955abbb115
7 changed files with 98 additions and 12 deletions

View File

@@ -157,7 +157,7 @@ const subTitles = ["排位赛积分", "本周MVP次数", "本周十环次数"];
<Avatar :src="user.avatar" />
<view class="rank-item-content">
<text class="truncate">{{ user.nickName }}</text>
<text>{{ user.lvlName }}{{ rankData.TotalGames }}</text>
<text>{{ user.lvlName }}{{ myData.TotalGames }}</text>
</view>
<text class="rank-item-integral" v-if="selectedIndex === 2">
<text