Baozhangchao 3 年前
父节点
当前提交
5abfd253d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/Honghe.vue

+ 1
- 1
src/pages/Honghe.vue 查看文件

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,