diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 3575c3483..1152b02c2 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -15,7 +15,7 @@
投保人签名 :
- + {{ isSign ? '签名' : '已签名' }}
@@ -27,13 +27,13 @@ 本人确认已阅读 - {{`${pdfName}`}} + {{ `${pdfName}` }}
@@ -610,7 +610,7 @@ export default { ) window.location.href = this.$mainUrl + '/sign/index.html' }, - // 超录 + // 抄录 chaolu() { // 再微信 if (this.isWeixin) { @@ -627,7 +627,8 @@ export default { status: '0', offset: '10', originUrl: location.href, - commentKeyword: '认真', // 批注关键字 + // commentKeyword: '认真', // 批注关键字 + commentKeyword: '确认以上各项内容无误后,由本人亲自签名,否则本投保申请无效', // 批注关键字 commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', // 批注文字 commentOffset: '30', // 批注偏移量 commentPos: '2', // 签字图片和关键字位置关系:等于1时,签字图片和关键字矩形重心重合