From c5f689ec7ae9f2b26e9973071fa1867bdc8f0b2d Mon Sep 17 00:00:00 2001 From: shishengjie Date: Fri, 11 Oct 2019 17:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=9E=E6=89=A7=E7=AD=BE?= =?UTF-8?q?=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 6b3e756eb..58f8df896 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -479,7 +479,7 @@ export default { break } if (this.isWeixin) { - this.toAirSign('1', '签收日期', '-150') + this.toAirSign('1', '投保人签字', '-150') } else { EWebBridge.webCallAppInJs('ca_sign', { //身份证号码 @@ -487,11 +487,11 @@ export default { //姓名 name: that.saleInsuredInfo.name, type: that.saleInsuredInfo.idType, - keyword: '签收日期', + keyword: '投保人签字', pageNo: '1', index: '1', - offset: '-150', - pos: '3' + offset: '20', + pos: '3' //设置偏移量 3表示右侧 }).then(data => { console.log(`--签名返回:val:${val},this.detailJump:${this.detailJump},this.relationToAppnt:${this.relationToAppnt}`, JSON.stringify(data)) this.$toast.clear()