Baozhangchao 3 years ago
parent
commit
cf10fcc7e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/Honghe.vue

+ 1
- 1
src/pages/Honghe.vue View File

173
       list: shuffle(monthList),
173
       list: shuffle(monthList),
174
       currentMonth: null,
174
       currentMonth: null,
175
       showPopup: false,
175
       showPopup: false,
176
-      showMyWinning: true,
176
+      showMyWinning: false,
177
       prizeList: [],
177
       prizeList: [],
178
       bingoId: rand(0, 12) + 1, // 可以抽奖的月份
178
       bingoId: rand(0, 12) + 1, // 可以抽奖的月份
179
       NOMyWinningShow: true,
179
       NOMyWinningShow: true,