张延森 3 years ago
parent
commit
97ae4eb080
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/pages/Honghe.vue

+ 4
- 0
src/pages/Honghe.vue View File

335
           if (err && err.code === 9999) {
335
           if (err && err.code === 9999) {
336
             this.PrizeState = 2
336
             this.PrizeState = 2
337
 
337
 
338
+            this.prizeList = this.prizeList.map(x => ({ ...x, exitsNum: 0 }))
339
+            
340
+            alert('对不起, 您来晚了, 奖品已抽完')
341
+
338
             // 奖品没了
342
             // 奖品没了
339
           } else {
343
           } else {
340
             // 其他错误
344
             // 其他错误