修改字段
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user