From 4c456fe5872aa0a189faa5bdd41b238388812e09 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Wed, 13 Dec 2023 14:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=8E=AF=E5=A2=83=20?= =?UTF-8?q?=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB=E5=A4=B1=E8=B4=A5=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E8=A7=A6=E5=8F=91=E7=9F=AD=E4=BF=A1=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) 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() {