From 5e4d228ac2c7d1954dfa36189fc047ab402b0618 Mon Sep 17 00:00:00 2001 From: Ryan Ran <1410277647@qq.com> Date: Thu, 31 Oct 2024 17:09:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=AE=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=9E=E6=98=BE=E5=9B=BE=E7=89=87bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/lili-components/editor/upload-image.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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){