This commit is contained in:
18631081161 2025-04-02 14:21:51 +08:00
parent a22d0df9e2
commit 3de7c2cc3d

View File

@ -16,11 +16,14 @@
:style="{top:$sys().statusBarHeight+'px'}" @tap="$c.back(1)" color="#000000"></uni-icons>
<view class="" :style="{top:$sys().statusBarHeight+'px'}"
style="position: absolute;width: 100%; position: absolute; font-weight: 400; text-align: center; font-size: 37rpx; color: #000000;">
排行榜</view>
排行榜</view>
</view>
<view class=""
style="width: 100%; height: 480rpx; margin-top: 200rpx; display: flex; flex-direction: row;">
<image :src="$img('/static/image/reward_rule.png')" style="width: 686rpx; height: 120rpx; margin-top: 232rpx;"
@click="$refs.rulePop.getRule(15, '规则说明')" mode=""></image>
<view class="" style="width: 100%; height: 480rpx; margin-top: 20rpx; display: flex; flex-direction: row;">
<!-- 第二名 -->
<view class="common_bg"
@ -106,12 +109,13 @@
<text style="font-size: 20rpx; color: #333333;">{{item.nickname}}</text>
</view>
<view class="" style="margin-right: 20rpx;">
<span style="color: #333333; font-size: 32rpx;">{{item.invitenumber}}<text style="font-size: 16rpx; color: #8A8A8A;"></text></span>
<span style="color: #333333; font-size: 32rpx;">{{item.invitenumber}}<text
style="font-size: 16rpx; color: #8A8A8A;"></text></span>
</view>
</view>
</view>
<rule-pop ref="rulePop"></rule-pop>
</view>
</template>