mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
【自保件需求】---签名传值修改
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user