This commit is contained in:
kron
2025-07-03 21:12:59 +08:00
parent 23041e460b
commit 18ce93b12f
5 changed files with 72 additions and 18 deletions

View File

@@ -136,15 +136,15 @@ const toRankListPage = () => {
</view>
<view>
<text>赛季平均环数</text>
<text :style="{ color: '#FFD947' }"
>{{ user.avg_ring || "-" }}</text
>
<text :style="{ color: '#FFD947' }">{{
user.avg_ring ? user.avg_ring + "" : "-"
}}</text>
</view>
<view>
<text>赛季胜率</text>
<text :style="{ color: '#FF507E' }"
>{{ user.avg_win || "-" }}%</text
>
<text :style="{ color: '#FF507E' }">{{
user.avg_win ? user.avg_win + "%" : "-"
}}</text>
</view>
</view>
<view class="rank-type">