diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 6675a2b58..1093e3213 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -1766,16 +1766,22 @@ export default { this.goUrl() } } else { - this.faceAuthCount.weixin++ - console.log('腾讯人脸识别失败', this.faceAuthCount.weixin, typeof this.faceAuthCount.weixin) - if (this.faceAuthCount.weixin >= this.smsAuthNum) { - if (window.sessionStorage.shareCode == '1') { - this.operaFlag = 'insured' - } else { - this.operaFlag = 'appnt' - } - this.realPeopelCheck() + // this.faceAuthCount.weixin++ + // console.log('腾讯人脸识别失败', this.faceAuthCount.weixin, typeof this.faceAuthCount.weixin) + // if (this.faceAuthCount.weixin >= this.smsAuthNum) { + // if (window.sessionStorage.shareCode == '1') { + // this.operaFlag = 'insured' + // } else { + // this.operaFlag = 'appnt' + // } + // this.realPeopelCheck() + // } + if (window.sessionStorage.shareCode == '1') { + this.operaFlag = 'insured' + } else { + this.operaFlag = 'appnt' } + this.realPeopelCheck() } }, async recognition() {