李志伟 3 年前
父节点
当前提交
273d425836
共有 1 个文件被更改,包括 11 次插入8 次删除
  1. 11
    8
      src/pages/Honghe.vue

+ 11
- 8
src/pages/Honghe.vue 查看文件

@@ -12,7 +12,7 @@
12 12
         </div>
13 13
       </div>
14 14
     </div>
15
-    <img class="bottomImage" src="../assets/indexImg/indexBgctop.jpg" alt />
15
+    <img class="bottomImage" src="../assets/indexImg/loading_bar.png" alt />
16 16
   </div>
17 17
 </template>
18 18
 
@@ -185,18 +185,19 @@ export default {
185 185
       this.showMyWinning = false
186 186
     },
187 187
     handleMonthClick(month) {
188
-      this.showMyWinning = true
189
-
190
-      console.log(
191
-        '🚀 ~ file: Honghe.vue ~ line 193 ~ handleMonthClick ~ month',
192
-        month
193
-      )
194 188
       this.list.map((item) => {
195 189
         if (item.id == month.id) {
196 190
           item.mode = 2
197 191
         }
198 192
       })
199 193
       this.currentMonth = month
194
+      this.showMyWinning = true
195
+
196
+      console.log(
197
+        '🚀 ~ file: Honghe.vue ~ line 193 ~ handleMonthClick ~ month',
198
+        month
199
+      )
200
+      
200 201
 
201 202
       // 如果点击可以抽奖
202 203
       if (this.clickNum === this.bingoClickNum) {
@@ -267,11 +268,13 @@ export default {
267 268
   .topImage {
268 269
     width: 100vw;
269 270
   }
271
+  .bottomImage{
272
+    width: 100vw;
273
+  }
270 274
   .outer6-wrapper {
271 275
     width: 92vw;
272 276
     border: 1px solid #d0b69a;
273 277
     margin: 0 auto;
274
-    margin-bottom: 2em;
275 278
 
276 279
     .outer6 {
277 280
       flex-flow: row wrap;