细节调整

This commit is contained in:
kron
2025-09-04 13:54:39 +08:00
parent 9b2ba22b97
commit c9eaeedc0d
5 changed files with 89 additions and 32 deletions

View File

@@ -59,6 +59,7 @@ const toRankListPage = () => {
onShow(async () => {
const rankList = await getRankListAPI();
console.log("排行数据", rankList);
updateRank(rankList);
const token = uni.getStorageSync("token");
if (token) {
@@ -173,7 +174,7 @@ const comingSoon = () => {
</view>
</block>
</block>
<view class="more-players">
<view v-show="rankData.rank.length" class="more-players">
<text>{{ rankData.rank.length }}</text>
</view>
</view>