fix bug
This commit is contained in:
@@ -182,7 +182,7 @@ const comingSoon = () => {
|
|||||||
<view @click="() => toPage('/pages/my-growth')">
|
<view @click="() => toPage('/pages/my-growth')">
|
||||||
<image src="../static/my-growth.png" mode="widthFix" />
|
<image src="../static/my-growth.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view @click="() => toPage('/pages/ranking')">
|
||||||
<view>
|
<view>
|
||||||
<text>段位</text>
|
<text>段位</text>
|
||||||
<text>{{
|
<text>{{
|
||||||
|
|||||||
@@ -179,12 +179,12 @@ const subTitles = ["排位赛积分", "本周MVP次数", "本周十环次数"];
|
|||||||
<text
|
<text
|
||||||
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
|
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
|
||||||
>{{ myData.totalScore }}</text
|
>{{ myData.totalScore }}</text
|
||||||
>次</text
|
>分</text
|
||||||
>
|
>
|
||||||
<text class="rank-item-integral" v-if="selectedIndex === 1">
|
<text class="rank-item-integral" v-if="selectedIndex === 1">
|
||||||
<text
|
<text
|
||||||
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
|
:style="{ fontSize: '14px', color: '#fff', marginRight: '5px' }"
|
||||||
>{{ myData.TotalGames }}</text
|
>{{ myData.mvpCount }}</text
|
||||||
>次</text
|
>次</text
|
||||||
>
|
>
|
||||||
<text class="rank-item-integral" v-if="selectedIndex === 2">
|
<text class="rank-item-integral" v-if="selectedIndex === 2">
|
||||||
|
|||||||
Reference in New Issue
Block a user