【自保件需求】---签名传值修改

This commit is contained in:
dwq
2021-09-15 11:24:46 +08:00
parent 766c9f3234
commit 4dea56fab9

View File

@@ -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',