From d25dc7e693e1934f6f7b96637db791a3d5726662 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 21 Jan 2020 16:25:47 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E4=BF=AE=E6=94=B9=E6=8A=84=E9=80=81?= =?UTF-8?q?=E6=96=87=E5=AD=97=E5=86=85=E5=AE=B9=EF=BC=88=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 22 ++++++++++--------- src/views/ebiz/sale/SignatureOfElectronic.vue | 11 ++++++---- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 81c7dce6f..fdf61993f 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -395,16 +395,18 @@ export default { that.goUrl() } else { // 原人脸识别 - EWebBridge.webCallAppInJs('face_auth', { - number: that.saleInsuredInfo.idNo, //身份证号码 - name: that.saleInsuredInfo.name //姓名 - }).then(data => { - if (JSON.parse(data).state == '1') { - that.goUrl() - } else { - // EWebBridge.webCallAppInJs('webview_toast', '人脸检测失败') - } - }) + // EWebBridge.webCallAppInJs('face_auth', { + // number: that.saleInsuredInfo.idNo, //身份证号码 + // name: that.saleInsuredInfo.name //姓名 + // }).then(data => { + // if (JSON.parse(data).state == '1') { + // that.goUrl() + // } else { + // // EWebBridge.webCallAppInJs('webview_toast', '人脸检测失败') + // } + // }) + that.goUrl() + } } else { window.localStorage.setItem('sign-val', val) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 93a812f9d..2bb60593d 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -653,7 +653,8 @@ export default { status: '0', offset: '-140', originUrl: location.href, - commentKeyword: '认真', // 批注关键字 + // commentKeyword: '认真', // 批注关键字 + commentKeyword: '确认以上各项内容无误后,由本人亲自签名,否则本投保申请无效', // 批注关键字 commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', // 批注文字 commentOffset: '30', // 批注偏移量 commentPos: '2', // 签字图片和关键字位置关系:等于1时,签字图片和关键字矩形重心重合 @@ -680,8 +681,9 @@ export default { index: '1', offset: '10', pos: '3', - commentKeyword: '认真', - commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', + // commentKeyword: '认真', + commentKeyword: '确认以上各项内容无误后,由本人亲自签名,否则本投保申请无效', // 批注关键字 + commentText: '本', commentOffset: '28', commentPos: '2', caType: '1' @@ -710,7 +712,8 @@ export default { index: '1', offset: this.caOffset, pos: '3', - commentKeyword: '认真', + // commentKeyword: '认真', + commentKeyword: '确认以上各项内容无误后,由本人亲自签名,否则本投保申请无效', // 批注关键字 commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', commentOffset: '28', commentPos: '2',