Baozhangchao 3 lat temu
rodzic
commit
5deb0f8d57
2 zmienionych plików z 3 dodań i 4 usunięć
  1. 0
    2
      src/components/WinningPopup.vue
  2. 3
    2
      src/pages/Honghe.vue

+ 0
- 2
src/components/WinningPopup.vue Wyświetl plik

@@ -68,7 +68,6 @@ export default {
68 68
       bodyOverflow: '',
69 69
       classDivAA: false,
70 70
       myShareShow: false,
71
-      canlParez: {},
72 71
       backimg: require('../assets/luckyImg/2.jpg')
73 72
     }
74 73
   },
@@ -112,7 +111,6 @@ export default {
112 111
     cancel() {
113 112
       this.$emit('cancel', true)
114 113
     },
115
-    canlParez() {},
116 114
 
117 115
     /** 确认按钮操作 */
118 116
     confirm() {

+ 3
- 2
src/pages/Honghe.vue Wyświetl plik

@@ -162,8 +162,8 @@ export default {
162 162
     Popup: () => import('@/components/Popup.vue'),
163 163
     WinningPopup: () => import('@/components/WinningPopup.vue'),
164 164
     ImgBox: () => import('@/components/imgbox.vue'),
165
-    BgMusic: () => import('@/components/BgMusic.vue'),
166
-    MyWinning: () => import('@/components/MyWinning.vue')
165
+    BgMusic: () => import('@/components/BgMusic.vue')
166
+    // MyWinning: () => import('@/components/MyWinning.vue')
167 167
   },
168 168
   data() {
169 169
     return {
@@ -248,6 +248,7 @@ export default {
248 248
           // 更新人员信息
249 249
           this.person = res
250 250
           this.showMyWinning = true
251
+          console.log('showMyWinning-----------')
251 252
 
252 253
           // 其他动作
253 254
         })