From ef91301b9a9385b62a403b23b83c8556b70c72ee Mon Sep 17 00:00:00 2001 From: zhouna Date: Sat, 2 Nov 2019 21:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=AF=B4=E6=98=8E=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/productTip.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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()