bobo 3 년 전
부모
커밋
6c6e82304c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/luckDraw/detail.js

+ 2 - 1
pages/luckDraw/detail.js

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