修改
This commit is contained in:
parent
9532a4a2b5
commit
d074f65faa
@ -206,6 +206,7 @@
|
|||||||
//上传证书
|
//上传证书
|
||||||
uploadcertificateimgs() {
|
uploadcertificateimgs() {
|
||||||
let that = this
|
let that = this
|
||||||
|
if (!that.timer) {
|
||||||
if (this.uploadcertificateimg && this.uploadcertificateimg.length > 0) {
|
if (this.uploadcertificateimg && this.uploadcertificateimg.length > 0) {
|
||||||
this.uploadcertificateimg.forEach(e => {
|
this.uploadcertificateimg.forEach(e => {
|
||||||
uni.uploadFile({
|
uni.uploadFile({
|
||||||
@ -234,6 +235,7 @@
|
|||||||
} else {
|
} else {
|
||||||
that.gofinish();
|
that.gofinish();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//修改
|
//修改
|
||||||
gofinish() {
|
gofinish() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user