diff --git a/seller/src/views/lili-components/editor/upload-image.vue b/seller/src/views/lili-components/editor/upload-image.vue index 44ee38f7..cacd0ba0 100644 --- a/seller/src/views/lili-components/editor/upload-image.vue +++ b/seller/src/views/lili-components/editor/upload-image.vue @@ -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){