From a0eae702b9ee62793e590d387d00407dc8f7dc36 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Fri, 8 May 2020 18:17:18 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E6=9B=B4=E6=8D=A2=E4=BA=BA?= =?UTF-8?q?=E8=84=B8=E8=AF=86=E5=88=AB=E5=8E=82=E5=95=86=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E7=AB=AF=E3=80=91=E6=89=93log=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 71650dc1e..51b9ac087 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -442,6 +442,7 @@ export default { this.faceAuthCount.appnt = this.$route.query.faceAuthCountAppnt == undefined ? 0 : Number(this.$route.query.faceAuthCountAppnt) this.faceAuthCount.insured = this.$route.query.faceAuthCountInsured == undefined ? 0 : Number(this.$route.query.faceAuthCountInsured) this.faceAuthCount.weixin = this.$route.query.faceAuthCountWeixin == undefined ? 0 : Number(this.$route.query.faceAuthCountWeixin) + console.log(1111, this.faceAuthCount.weixin, typeof this.faceAuthCount.weixin) } else { // 获取详情消息 @@ -1171,8 +1172,8 @@ export default { this.goUrl() } } else { - this.faceAuthCount.weixin = Number(this.faceAuthCount.weixin) + 1 - console.log('微信人脸验证失败this.faceAuthCount.weixin', this.faceAuthCount.weixin) + 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'