mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 16:02:52 +08:00
Merge branch 'feature/GFRS-502_【0206】国富人寿富娃娃两全保险(万能型)' into dev
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user