This commit is contained in:
曹辉 2023-04-13 16:07:39 +08:00
parent 9532a4a2b5
commit d074f65faa

View File

@ -206,6 +206,7 @@
//
uploadcertificateimgs() {
let that = this
if (!that.timer) {
if (this.uploadcertificateimg && this.uploadcertificateimg.length > 0) {
this.uploadcertificateimg.forEach(e => {
uni.uploadFile({
@ -234,6 +235,7 @@
} else {
that.gofinish();
}
}
},
//
gofinish() {