diff --git a/src/views/ebiz/sale/commitmentSelfProtect.vue b/src/views/ebiz/sale/commitmentSelfProtect.vue index 5e7765bcf..ab90c0df9 100644 --- a/src/views/ebiz/sale/commitmentSelfProtect.vue +++ b/src/views/ebiz/sale/commitmentSelfProtect.vue @@ -469,7 +469,7 @@ export default { if (this.detailJump != '1') { // 代理人在微信 if (this.isWeixin) { - this.toAirSign('0', '申请日期', this.caOffset, '4') + this.toAirSign('0', '承诺人签字', this.caOffset, '4') } else { // 代理人不在微信 EWebBridge.webCallAppInJs('ca_sign', { @@ -478,7 +478,7 @@ export default { //姓名 name: this.saleInsuredInfo.name, type: this.saleInsuredInfo.idType, - keyword: '申请日期', + keyword: '承诺人签字', pageNo: '1', index: '1', offset: this.caOffset, @@ -530,7 +530,7 @@ export default { } // 微信投保人且是回执签收 if (this.isWeixin) { - this.toAirSign('0', '代理人签字', '0', '4') + this.toAirSign('0', '承诺人签字', '0', '4') } else { // 不是微信投保人且是回执签收 EWebBridge.webCallAppInJs('ca_sign', { @@ -539,7 +539,7 @@ export default { //姓名 name: that.saleInsuredInfo.name, type: that.saleInsuredInfo.idType, - keyword: '代理人签字', + keyword: '承诺人签字', pageNo: '1', index: '1', offset: '20',