From 752b33f19641b73d95d99d568d7b582935da9a69 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 5 May 2026 15:19:31 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E8=A3=81=E5=89=AA=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=B1=BB=E5=9E=8B=E6=B8=85=E9=99=A4=E4=B9=8B?= =?UTF-8?q?=E5=89=8D=E7=9A=84=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index 88ebf2dc..8168b5e7 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -132,6 +132,7 @@ if (!props.isProduct) { if (!url || !callback) return } + coverOrigin.value = [] data.url = url data.callback = callback data.ratio = options.ratio || [1, 1]