From 022d60486dea5c2624a0f190f06c5072ee1f05ee Mon Sep 17 00:00:00 2001 From: liyuetong Date: Wed, 27 Oct 2021 10:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=B3=E5=B7=9E=EF=BC=8C=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E7=AB=AF=E7=AD=BE=E5=AD=97=E5=90=8E=E7=AD=94=E9=A2=98=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuranceRiskReminder.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/InsuranceRiskReminder.vue b/src/views/ebiz/sale/InsuranceRiskReminder.vue index 3b494e73d..45bba426e 100644 --- a/src/views/ebiz/sale/InsuranceRiskReminder.vue +++ b/src/views/ebiz/sale/InsuranceRiskReminder.vue @@ -107,6 +107,7 @@
本人签名 :
+ {{appntSign.documentStatus}} {{ appntSign.documentStatus == '2' ? '签名' : '已签名' }} @@ -179,8 +180,9 @@ export default { console.log('wxSigned: ' + wxSigned) if (wxSigned) { //答题数据反显 - this.radio1 = this.radio2 = this.radio3 = this.radio4 = this.radio5 = this.radio6 = this.radio7 = this.radio8 = this.radio9 = this.radio10 = 0 + this.radio1 = this.radio2 = this.radio3 = this.radio4 = this.radio5 = this.radio6 = this.radio7 = this.radio8 = this.radio9 = this.radio10 = '1' console.log('第二次进入电子保单') + console.log(this.radio1,'this.radio1') console.log('````````````````````````````````') this.base64 = imgBase64Data this.isDisabledComplite = false