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 @@