代码优化
This commit is contained in:
@@ -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榜', '十环榜']"
|
||||
|
||||
Reference in New Issue
Block a user