签约
This commit is contained in:
parent
2eb4ced61f
commit
8019af3ce3
@ -277,7 +277,11 @@
|
||||
this.query.gender = 99
|
||||
}
|
||||
}
|
||||
this.protocolshow = true
|
||||
if (this.query.residentAutographPath) {
|
||||
this.updata();
|
||||
} else {
|
||||
this.protocolshow = true
|
||||
}
|
||||
},
|
||||
updata() {
|
||||
if (this.radio == 2) {
|
||||
@ -511,7 +515,8 @@
|
||||
},
|
||||
//接收拍照或签名
|
||||
residentAutographPath(data) {
|
||||
this.query.residentAutographPath = data
|
||||
this.query.residentAutographPath = data.residentAutographPath
|
||||
this.protocolshow = false
|
||||
},
|
||||
},
|
||||
onLoad(options) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user