李志伟 3 lat temu
rodzic
commit
273d425836
1 zmienionych plików z 11 dodań i 8 usunięć
  1. 11
    8
      src/pages/Honghe.vue

+ 11
- 8
src/pages/Honghe.vue Wyświetl plik

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