mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
柳州,微信端签字后答题自动赋值
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user