diff --git a/src/views/ebiz/sale/productTip.vue b/src/views/ebiz/sale/productTip.vue index 758310636..8ace1759e 100644 --- a/src/views/ebiz/sale/productTip.vue +++ b/src/views/ebiz/sale/productTip.vue @@ -210,7 +210,7 @@ export default { if (this.detailJump != '1') { if (this.relationToAppnt == '1') { if (this.isWeixin) { - this.toAirSign('1', '投保人签名', '50') + this.toAirSign('1', '投保人签名', '150') } else { EWebBridge.webCallAppInJs('ca_sign', { //身份证号码 @@ -220,7 +220,7 @@ export default { keyword: '投保人签名', pageNo: '1', index: '1', - offset: '50', + offset: '150', pos: '3' }).then(data => { this.$toast.clear() @@ -234,7 +234,7 @@ export default { } } else { if (this.isWeixin) { - this.toAirSign('1', '投保人签名', '50') + this.toAirSign('1', '投保人签名', '150') } else { EWebBridge.webCallAppInJs('ca_sign', { //身份证号码 @@ -245,7 +245,7 @@ export default { keyword: '投保人签名', pageNo: '1', index: '1', - offset: '50', + offset: '150', pos: '3' }).then(data => { this.$toast.clear() @@ -289,7 +289,7 @@ export default { break } if (this.isWeixin) { - this.toAirSign('1', '投保人签名', '50') + this.toAirSign('1', '投保人签名', '150') } else { EWebBridge.webCallAppInJs('ca_sign', { //身份证号码 @@ -300,7 +300,7 @@ export default { keyword: '投保人签名', pageNo: '1', index: '1', - offset: '50', + offset: '150', pos: '3' }).then(data => { this.$toast.clear()