修改商家上传回显图片bug

This commit is contained in:
Ryan Ran
2024-10-31 17:09:00 +08:00
parent f2491124d1
commit 5e4d228ac2

View File

@@ -123,9 +123,9 @@ export default {
}
},
confirmUrls(){
this.selectedImage.length ? this.selectedImage.forEach(element => {
this.images.push({ url: element.url })
}):''
// this.selectedImage.length ? this.selectedImage.forEach(element => {
// this.images.push({ url: element.url })
// }):''
this.showOssManager = false
},
handleCallback(val){