|
@@ -206,6 +206,7 @@ Page({
|
|
}).catch(_ => {
|
|
}).catch(_ => {
|
|
this.data.stopNotify = true
|
|
this.data.stopNotify = true
|
|
console.log(_)
|
|
console.log(_)
|
|
|
|
+ this.getDrawTimes()
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
@@ -248,6 +249,13 @@ Page({
|
|
noHitResult,
|
|
noHitResult,
|
|
isHit: 0,
|
|
isHit: 0,
|
|
})
|
|
})
|
|
|
|
+ if (this.data.hitPos == -1) {
|
|
|
|
+ this.data.stopNotify = true
|
|
|
|
+ this.setData({
|
|
|
|
+ showNoHitPrizeDlg: true
|
|
|
|
+ })
|
|
|
|
+ this.isLock = false
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// 重刷次数
|
|
// 重刷次数
|
|
@@ -263,6 +271,7 @@ Page({
|
|
// 授权手机号
|
|
// 授权手机号
|
|
getPhoneNumber(e) {
|
|
getPhoneNumber(e) {
|
|
getPhoneNumberSync(e, _ => {
|
|
getPhoneNumberSync(e, _ => {
|
|
|
|
+ this.setData({ isLogin: true })
|
|
this.getDrawTimes()
|
|
this.getDrawTimes()
|
|
})
|
|
})
|
|
},
|
|
},
|