Baozhangchao 3 years ago
parent
commit
25d39482e0
1 changed files with 9 additions and 2 deletions
  1. 9
    2
      src/pages/Honghe.vue

+ 9
- 2
src/pages/Honghe.vue View File

172
       list: shuffle(monthList),
172
       list: shuffle(monthList),
173
       currentMonth: null,
173
       currentMonth: null,
174
       showPopup: false,
174
       showPopup: false,
175
-      showMyWinning: true,
175
+      showMyWinning: false,
176
       prizeList: [],
176
       prizeList: [],
177
       bingoId: rand(0, 12) + 1, // 可以抽奖的月份
177
       bingoId: rand(0, 12) + 1, // 可以抽奖的月份
178
       NOMyWinningShow: true,
178
       NOMyWinningShow: true,
207
   },
207
   },
208
   created() {
208
   created() {
209
     this.getPrizes()
209
     this.getPrizes()
210
-
210
+    this.noShowMy()
211
     // 设置微信分享
211
     // 设置微信分享
212
     share({ title: '抽取幸运签,解锁隐藏福利', desc: '每月都有欢乐发生' })
212
     share({ title: '抽取幸运签,解锁隐藏福利', desc: '每月都有欢乐发生' })
213
   },
213
   },
227
     }
227
     }
228
   },
228
   },
229
   methods: {
229
   methods: {
230
+    noShowMy() {
231
+      if (this.noPrize) {
232
+        console.log('asdsadsadsad')
233
+      } else {
234
+        console.log('222222222222')
235
+      }
236
+    },
230
     //关闭
237
     //关闭
231
     cancelFrom() {
238
     cancelFrom() {
232
       this.showPopup = false
239
       this.showPopup = false