This commit is contained in:
kron
2025-08-19 09:44:15 +08:00
parent 1ce2ea9eb7
commit f03adb5ea0
2 changed files with 3 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ const comingSoon = () => {
<view @click="() => toPage('/pages/my-growth')">
<image src="../static/my-growth.png" mode="widthFix" />
</view>
<view>
<view @click="() => toPage('/pages/ranking')">
<view>
<text>段位</text>
<text>{{

View File

@@ -179,12 +179,12 @@ const subTitles = ["排位赛积分", "本周MVP次数", "本周十环次数"];
<text
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
>{{ myData.totalScore }}</text
></text
></text
>
<text class="rank-item-integral" v-if="selectedIndex === 1">
<text
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
>{{ myData.TotalGames }}</text
>{{ myData.mvpCount }}</text
></text
>
<text class="rank-item-integral" v-if="selectedIndex === 2">