UI修改
This commit is contained in:
@@ -167,7 +167,10 @@ onShareTimeline(() => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="ranking-section">
|
<view class="ranking-section">
|
||||||
<image src="https://static.shelingxingqiu.com/attachment/2025-09-25/dd1p9ci9v7frcrsxhj.png" mode="widthFix" />
|
<image
|
||||||
|
src="https://static.shelingxingqiu.com/attachment/2025-09-25/dd1p9ci9v7frcrsxhj.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
<button
|
<button
|
||||||
class="into-btn"
|
class="into-btn"
|
||||||
@click="() => toPage('/pages/ranking')"
|
@click="() => toPage('/pages/ranking')"
|
||||||
@@ -176,7 +179,10 @@ onShareTimeline(() => {
|
|||||||
<view class="ranking-players" @click="toRankListPage">
|
<view class="ranking-players" @click="toRankListPage">
|
||||||
<img src="../static/juezhanbang.png" mode="widthFix" />
|
<img src="../static/juezhanbang.png" mode="widthFix" />
|
||||||
<view class="divide-line"></view>
|
<view class="divide-line"></view>
|
||||||
<view class="player-avatars">
|
<view
|
||||||
|
class="player-avatars"
|
||||||
|
v-if="rankData.rank && rankData.rank.length"
|
||||||
|
>
|
||||||
<block v-for="i in 6" :key="i">
|
<block v-for="i in 6" :key="i">
|
||||||
<block v-if="rankData.rank && rankData.rank[i - 1]">
|
<block v-if="rankData.rank && rankData.rank[i - 1]">
|
||||||
<view
|
<view
|
||||||
@@ -203,6 +209,9 @@ onShareTimeline(() => {
|
|||||||
<text>{{ rankData.rank.length }}</text>
|
<text>{{ rankData.rank.length }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view>
|
||||||
|
<text :style="{ color: '#fff',fontSize: '30rpx',marginLeft:'20rpx' }">虚位以待 ~</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="my-data">
|
<view class="my-data">
|
||||||
<view @click="() => toPage('/pages/my-growth')">
|
<view @click="() => toPage('/pages/my-growth')">
|
||||||
|
|||||||
Reference in New Issue
Block a user