mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 12:16:43 +08:00
微信环境 人脸识别失败后不触发短信验证修复
This commit is contained in:
@@ -1766,16 +1766,22 @@ export default {
|
|||||||
this.goUrl()
|
this.goUrl()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.faceAuthCount.weixin++
|
// this.faceAuthCount.weixin++
|
||||||
console.log('腾讯人脸识别失败', this.faceAuthCount.weixin, typeof this.faceAuthCount.weixin)
|
// console.log('腾讯人脸识别失败', this.faceAuthCount.weixin, typeof this.faceAuthCount.weixin)
|
||||||
if (this.faceAuthCount.weixin >= this.smsAuthNum) {
|
// if (this.faceAuthCount.weixin >= this.smsAuthNum) {
|
||||||
if (window.sessionStorage.shareCode == '1') {
|
// if (window.sessionStorage.shareCode == '1') {
|
||||||
this.operaFlag = 'insured'
|
// this.operaFlag = 'insured'
|
||||||
} else {
|
// } else {
|
||||||
this.operaFlag = 'appnt'
|
// this.operaFlag = 'appnt'
|
||||||
}
|
// }
|
||||||
this.realPeopelCheck()
|
// this.realPeopelCheck()
|
||||||
|
// }
|
||||||
|
if (window.sessionStorage.shareCode == '1') {
|
||||||
|
this.operaFlag = 'insured'
|
||||||
|
} else {
|
||||||
|
this.operaFlag = 'appnt'
|
||||||
}
|
}
|
||||||
|
this.realPeopelCheck()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async recognition() {
|
async recognition() {
|
||||||
|
|||||||
Reference in New Issue
Block a user