买家图片地址问题

This commit is contained in:
mabo
2021-07-28 09:02:48 +08:00
parent 83f0f01233
commit 327d911f80
6 changed files with 19 additions and 21 deletions

View File

@@ -559,7 +559,7 @@ export default {
},
watch:{
selectImage(val) {
if (val) this.init()
if (val && !this.data.length) this.init()
}
},
methods: {