.
This commit is contained in:
parent
a22d0df9e2
commit
3de7c2cc3d
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user