字段完善

This commit is contained in:
kron
2025-07-17 09:57:08 +08:00
parent 124f50429d
commit 9ab54b6740
2 changed files with 27 additions and 12 deletions

View File

@@ -319,11 +319,16 @@ onHide(() => {
/>
<view>
<text class="truncate">{{ item.name }}</text>
<text
>{{ getLvlName(item.totalScore) }}{{ item.TotalGames }}场</text
>
<text>
{{ getLvlName(item.totalScore) }}{{ item.TotalGames }}场
</text>
</view>
<text>{{ item.totalScore }}<text>分</text></text>
<text v-if="selectedIndex === 0">
{{ item.totalScore }}<text>分</text>
</text>
<text v-if="selectedIndex === 2">
{{ item.TenRings }}<text>次</text>
</text>
</view>
<view v-if="!currentList.length" class="no-data">
<text>筹备中...</text>
@@ -497,7 +502,7 @@ onHide(() => {
.rank-item > view:nth-child(3) {
display: flex;
flex-direction: column;
width: 55%;
width: 50%;
}
.rank-item > view:nth-child(3) > text:first-child {
color: #fff9;
@@ -510,6 +515,8 @@ onHide(() => {
}
.rank-item > text:last-child {
color: #fff;
width: 56px;
text-align: right;
}
.rank-item > text:last-child text {
color: #fff4;