|
@@ -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
|
})
|