代码优化

This commit is contained in:
kron
2025-09-25 16:04:37 +08:00
parent 2a1bc1e3bc
commit b8d0c6c567
6 changed files with 57 additions and 53 deletions

View File

@@ -85,7 +85,11 @@ const subTitles = ["排位赛积分", "MVP次数", "十环次数"];
@scroll="onScrollView"
:style="{ height: myData.userId ? '90vh' : '100vh' }"
>
<image src="../static/rankbg.png" mode="widthFix" class="header-bg" />
<image
src="https://static.shelingxingqiu.com/attachment/2025-09-25/dd1p9b3wcrwnlnghiq.png"
mode="widthFix"
class="header-bg"
/>
<view class="rank-tabs">
<view
v-for="(rankType, index) in ['积分榜', 'MVP榜', '十环榜']"