BUG 29373

This commit is contained in:
aixianling
2022-04-28 09:51:46 +08:00
parent d6f0c0f4a9
commit 009c72cae5

View File

@@ -88,6 +88,7 @@ export default {
this.$emit('list', this.fileList)
},
upload(wait) {
typeof wait == 'function' && wait()
let count = this.limit - (this.fileList?.length||0)
if(count>0){
let params = {
@@ -108,7 +109,6 @@ export default {
}
},
}
typeof wait == 'function' && wait()
if (this.type == 'image') {
uni.chooseImage(params)
} else if (this.type == 'video') {