修改字段

This commit is contained in:
kron
2025-07-17 15:50:49 +08:00
parent bb3d251041
commit 62aba0831b
5 changed files with 16 additions and 8 deletions

View File

@@ -161,7 +161,13 @@ const subTitles = ["排位赛积分", "本周MVP次数", "本周十环次数"];
<text class="truncate">{{ user.nickName }}</text>
<text>{{ user.lvlName }}{{ myData.TotalGames }}</text>
</view>
<text class="rank-item-integral"
<text class="rank-item-integral" v-if="selectedIndex === 2"
><text
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
>{{ myData.TenRings }}</text
></text
>
<text class="rank-item-integral" v-else
><text
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
>{{ myData.totalScore }}</text