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