Selaa lähdekoodia

9/10 游戏数据为空的显示问题&缺个banner

Foystor 3 vuotta sitten
vanhempi
commit
c063727a61
3 muutettua tiedostoa jossa 14 lisäystä ja 11 poistoa
  1. 6 0
      project.private.config.json
  2. 3 3
      src/pages/competition/index.vue
  3. 5 8
      src/pages/report/index.vue

+ 6 - 0
project.private.config.json

@@ -41,6 +41,12 @@
           "pathName": "pages/game_record/main",
           "query": "",
           "scene": null
+        },
+        {
+          "name": "pages/competition/main",
+          "pathName": "pages/competition/main",
+          "query": "activity_id=4",
+          "scene": null
         }
       ]
     }

+ 3 - 3
src/pages/competition/index.vue

@@ -1104,19 +1104,19 @@ page {
 }
 
 .count_down_container .count_down_time:nth-child(2) {
-  left: 90px;
+  left: 95px;
   top: 15px;
   bottom: 16px;
 }
 
 .count_down_container .count_down_time:nth-child(3) {
-  left: 115px;
+  left: 124px;
   top: 15px;
   bottom: 16px;
 }
 
 .count_down_container .count_down_time:nth-child(4) {
-  left: 145px;
+  left: 149px;
   top: 15px;
   bottom: 16px;
 }

+ 5 - 8
src/pages/report/index.vue

@@ -153,7 +153,7 @@
       />
     </view>
     <view
-      class="section_container container_tab"
+      class="section_container"
       v-if="is_cut"
     >
       <van-tabs
@@ -171,7 +171,7 @@
         ></van-tab>
       </van-tabs>
     </view>
-    <view class="divide_line"></view>
+    <view class="divide_line" style="margin-top: 20px"></view>
 
     <view class="bar">
       <view>
@@ -323,7 +323,7 @@
       <view class="bar">
         <view class="interfere_title_wrap">
           <view class="line"></view>
-          <view class="title">Delta/theta脑波变化曲线图</view>
+          <view class="title">Delta/Theta脑波变化曲线图</view>
         </view>
         <view class="label">
           <view>
@@ -332,7 +332,7 @@
           </view>
           <view>
             <view class="dot dot-Theta"></view>
-            <text class="name">theta</text>
+            <text class="name">Theta</text>
           </view>
         </view>
       </view>
@@ -1390,8 +1390,5 @@ image.boy {
 .left_text {
   font-size: 12px;
 }
-/* 滑动条 */
-.container_tab{
-  margin-bottom: 20px
-}
+
 </style>