bobo 3 years ago
parent
commit
6c6e82304c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/luckDraw/detail.js

+ 2 - 1
pages/luckDraw/detail.js

@@ -210,8 +210,9 @@ Page({
                 this.hitPrizeMapData(res.data)
                 this.hitPrizeMapData(res.data)
             }
             }
         }).catch(_ => {
         }).catch(_ => {
-            this.data.stopNotify = true
             console.log(_)
             console.log(_)
+            this.data.stopNotify = true
+            this.isLock = false
             this.getDrawTimes()
             this.getDrawTimes()
         })
         })
     },
     },