柳州,微信端签字后答题自动赋值

This commit is contained in:
liyuetong
2021-10-27 10:35:10 +08:00
parent 01f1591b23
commit 022d60486d

View File

@@ -107,6 +107,7 @@
<div class='p15 pl40 flex align-items-c'>
<span class='mr10'>本人签名 :</span>
<div v-if="signVal == '0' || signVal == '2'">
{{appntSign.documentStatus}}
<van-button type='danger' size='small' @click='sign()' v-no-more-click='1000'>
{{ appntSign.documentStatus == '2' ? '签名' : '已签名' }}
</van-button>
@@ -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