This commit is contained in:
kron
2025-07-01 23:07:47 +08:00
parent 606de53579
commit d2aa87e91c
4 changed files with 18 additions and 13 deletions

View File

@@ -122,15 +122,19 @@ const toRankListPage = () => {
<view class="my-data">
<view>
<text>段位</text>
<text :style="{ color: '#83CDFF' }">{{ user.lvlName }}</text>
<text :style="{ color: '#83CDFF' }">{{ user.lvlName || "-" }}</text>
</view>
<view>
<text>赛季平均环数</text>
<text :style="{ color: '#FFD947' }">{{ user.avg_ring }}</text>
<text :style="{ color: '#FFD947' }"
>{{ user.avg_ring || "-" }}</text
>
</view>
<view>
<text>赛季胜率</text>
<text :style="{ color: '#FF507E' }">{{ user.avg_win }}%</text>
<text :style="{ color: '#FF507E' }"
>{{ user.avg_win || "-" }}%</text
>
</view>
</view>
<view class="rank-type">