From 055cec48f48c1e7850febfa9bac5759aa316d6ab Mon Sep 17 00:00:00 2001 From: pangxingyue <120277894@qq.com> Date: Tue, 30 Mar 2021 16:02:58 +0800 Subject: [PATCH] =?UTF-8?q?feature/GFRS-2215=E3=80=90=E5=BE=85=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E3=80=91=E9=87=8D=E6=96=B0=E6=8A=95=E4=BF=9D--?= =?UTF-8?q?=E5=86=8D=E9=87=8D=E6=96=B0=E6=8A=95=E4=BF=9D=E5=A4=84=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB--=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BA=BA=E5=BA=9E=E5=85=B4=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../insureAgain/SignatureConfirmation.vue | 14 +++- src/views/ebiz/insureAgain/index.vue | 80 +++++++++++-------- 2 files changed, 57 insertions(+), 37 deletions(-) diff --git a/src/views/ebiz/insureAgain/SignatureConfirmation.vue b/src/views/ebiz/insureAgain/SignatureConfirmation.vue index c0c48a588..78764efb9 100644 --- a/src/views/ebiz/insureAgain/SignatureConfirmation.vue +++ b/src/views/ebiz/insureAgain/SignatureConfirmation.vue @@ -747,10 +747,9 @@ export default { } } if (this.faceAuthCount.appnt < this.smsAuthNum) { - // eslint-disable-next-line no-undef - that.saleInsuredInfo.idNo = '120222199012046418'; - that.saleInsuredInfo.name = '庞兴月'; - const authRes = await EWebBridge.webCallAppInJs('face_auth', { + // eslint-disable-next-line no-undef + /** + const authRes = await EWebBridge.webCallAppInJs('face_auth', { businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全 number: that.saleInsuredInfo.idNo, //身份证号码 name: that.saleInsuredInfo.name //姓名 @@ -767,6 +766,13 @@ export default { } } }) + **/ + // todo 测试去掉人脸识别 start===================== + // 保存rid 数据 + that.saveCustomerRidInfo('appnt_rid', 'B') + that.goUrl() + // todo 测试去掉人脸识别 end===================== + // const authRes = await this.fakeFaceAuth(true) if (JSON.parse(authRes).state == '1') { this.goUrl() diff --git a/src/views/ebiz/insureAgain/index.vue b/src/views/ebiz/insureAgain/index.vue index 130862bf3..815f6d095 100644 --- a/src/views/ebiz/insureAgain/index.vue +++ b/src/views/ebiz/insureAgain/index.vue @@ -1,6 +1,6 @@