|
@@ -141,7 +141,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="fix-box">
|
|
<view class="fix-box">
|
|
<view class="fix-item" @click="openGamePopup(1)">活跃规则</view>
|
|
<view class="fix-item" @click="openGamePopup(1)">活跃规则</view>
|
|
- <view class="fix-item" @click="openGamePopup(2)">活跃名次</view>
|
|
|
|
|
|
+ <!-- <view class="fix-item" @click="openGamePopup(2)">活跃名次</view> -->
|
|
</view>
|
|
</view>
|
|
<!-- 规则和名次 -->
|
|
<!-- 规则和名次 -->
|
|
<up-popup
|
|
<up-popup
|
|
@@ -158,14 +158,14 @@
|
|
mode="scaleToFill"
|
|
mode="scaleToFill"
|
|
@click="showGameMsg = false"
|
|
@click="showGameMsg = false"
|
|
/>
|
|
/>
|
|
- <view class="show-game-title" v-if="showType==2">
|
|
|
|
|
|
+ <!-- <view class="show-game-title" v-if="showType==2">
|
|
<text>{{ gameDetail.title }}活跃</text>AT榜消息
|
|
<text>{{ gameDetail.title }}活跃</text>AT榜消息
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="show-game-title" v-if="showType==1">
|
|
<view class="show-game-title" v-if="showType==1">
|
|
AT榜规则
|
|
AT榜规则
|
|
</view>
|
|
</view>
|
|
<!-- 名次 -->
|
|
<!-- 名次 -->
|
|
- <view class="show-game-content" v-if="showType==2">
|
|
|
|
|
|
+ <!-- <view class="show-game-content" v-if="showType==2">
|
|
<view class="game-msg">1:活跃开始时间:{{ gameDetail.date }} 00:00:00</view>
|
|
<view class="game-msg">1:活跃开始时间:{{ gameDetail.date }} 00:00:00</view>
|
|
<view class="game-msg"
|
|
<view class="game-msg"
|
|
>2:活跃结束时间:{{ gameDetail.end_date }} 23:59:59</view
|
|
>2:活跃结束时间:{{ gameDetail.end_date }} 23:59:59</view
|
|
@@ -190,7 +190,7 @@
|
|
<view class="dest-item" style="color: red"
|
|
<view class="dest-item" style="color: red"
|
|
>⑤:对于恶意刷单地址,平台将永久封禁账号;</view
|
|
>⑤:对于恶意刷单地址,平台将永久封禁账号;</view
|
|
>
|
|
>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<!-- 规则 -->
|
|
<!-- 规则 -->
|
|
<view class="show-game-content" v-if="showType==1">
|
|
<view class="show-game-content" v-if="showType==1">
|
|
<view class="game-msg">1: 活跃报名截止时间:每期活跃开始前</view>
|
|
<view class="game-msg">1: 活跃报名截止时间:每期活跃开始前</view>
|
|
@@ -209,7 +209,7 @@
|
|
<view class="dest-item" style="color: red;font-size: 24rpx;" v-for="(item,i) in gameDetail?.rules" :key="i">
|
|
<view class="dest-item" style="color: red;font-size: 24rpx;" v-for="(item,i) in gameDetail?.rules" :key="i">
|
|
<text>{{ i == 0?'①':i == 1?'②':'③' }}</text>:{{item.rule}}
|
|
<text>{{ i == 0?'①':i == 1?'②':'③' }}</text>:{{item.rule}}
|
|
</view>
|
|
</view>
|
|
- <view class="desc-title">注意:</view>
|
|
|
|
|
|
+ <!-- <view class="desc-title">注意:</view>
|
|
<view class="dest-item">①: 如当期活跃奖励未在有效期内领取,将视为放弃;</view>
|
|
<view class="dest-item">①: 如当期活跃奖励未在有效期内领取,将视为放弃;</view>
|
|
<view class="dest-item"
|
|
<view class="dest-item"
|
|
>②:赢局次数小于等于0的地址参与排名,但没有奖励分配;</view
|
|
>②:赢局次数小于等于0的地址参与排名,但没有奖励分配;</view
|
|
@@ -219,7 +219,7 @@
|
|
>
|
|
>
|
|
<view class="dest-item" style="color:red;"
|
|
<view class="dest-item" style="color:red;"
|
|
>④:对于恶意刷单地址,平台将永久封禁账号;</view
|
|
>④:对于恶意刷单地址,平台将永久封禁账号;</view
|
|
- >
|
|
|
|
|
|
+ > -->
|
|
</view>
|
|
</view>
|
|
<view class="show-game-bottom">
|
|
<view class="show-game-bottom">
|
|
<view class="show-game-btn" @click="showGameMsg = false">关闭</view>
|
|
<view class="show-game-btn" @click="showGameMsg = false">关闭</view>
|
|
@@ -969,7 +969,7 @@ const onRefresh = () => {
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 80vw;
|
|
width: 80vw;
|
|
- height: 60vh;
|
|
|
|
|
|
+ height: 45vh;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
position: relative;
|
|
position: relative;
|