wkw před 1 týdnem
rodič
revize
72293117b6
1 změnil soubory, kde provedl 8 přidání a 8 odebrání
  1. 8 8
      src/pages/trade/index.vue

+ 8 - 8
src/pages/trade/index.vue

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