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