From 7ed76e4360012444127a97b87d521f827810c3e3 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Mon, 18 May 2020 19:08:53 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E7=94=B5=E6=8A=95=E3=80=81?= =?UTF-8?q?=E5=85=A5=E5=8F=B8=E3=80=91=E5=8E=9F=E7=94=9F=E4=BA=BA=E8=84=B8?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E5=A4=84=EF=BC=8C=E8=B0=83=E7=94=A8=E5=8E=9F?= =?UTF-8?q?=E7=94=9F=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=A2=9E=E5=8A=A0=E2=80=9CbusinessSource?= =?UTF-8?q?=E2=80=9D=E5=AD=97=E6=AE=B5=EF=BC=88=E4=B8=9A=E5=8A=A1=E6=9D=A5?= =?UTF-8?q?=E6=BA=90:1-=E7=94=B5=E6=8A=95=EF=BC=8C2-=E5=85=A5=E5=8F=B8?= =?UTF-8?q?=EF=BC=8C3-=E7=90=86=E8=B5=94=EF=BC=8C4-=E4=BF=9D=E5=85=A8?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/agentEenter/SignContract.vue | 7 +++++-- src/views/ebiz/sale/SignatureConfirmation.vue | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/agentEenter/SignContract.vue b/src/views/ebiz/agentEenter/SignContract.vue index 349cfc39b..d0968921e 100644 --- a/src/views/ebiz/agentEenter/SignContract.vue +++ b/src/views/ebiz/agentEenter/SignContract.vue @@ -13,13 +13,15 @@ 需签署: 点击【开始】按钮,进行相关操作 -
开始
+
+ 开始 +
提交 @@ -113,6 +115,7 @@ export default { message: '加载中……' }) EWebBridge.webCallAppInJs('face_auth', { + businessSource: '2', //业务来源:1-电投,2-入司,3-理赔,4-保全 number: that.agentInfo.idNo, //身份证号码 name: that.agentInfo.name //姓名 }).then(data => { diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index ca84fce94..f0845a551 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -620,6 +620,7 @@ export default { if (this.faceAuthCount.appnt < this.smsAuthNum) { // 原人脸识别 EWebBridge.webCallAppInJs('face_auth', { + businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全 number: that.saleInsuredInfo.idNo, //身份证号码 name: that.saleInsuredInfo.name //姓名 }).then(data => { @@ -648,6 +649,7 @@ export default { if (this.faceAuthCount.insured < this.smsAuthNum) { // 调原生人脸识别 EWebBridge.webCallAppInJs('face_auth', { + businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全 number: that.saleInsuredPersonInfo.idNo, //身份证号码 name: that.saleInsuredPersonInfo.name //姓名 }).then(data => {