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 1152b02c2..0d04d7974 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',