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

View File

@ -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() {