From ec632554e2b223ba0d4a1e5c9dfffbaa4604ba6f Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 21 Apr 2026 16:13:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A3=81=E5=89=AA=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BrandProfile/image-clip-dialog.vue | 14 +- .../BrandProfile/image-clip.vue | 250 ++++++++++++------ .../MyListings/EditDetail/index.vue | 7 +- 3 files changed, 178 insertions(+), 93 deletions(-) diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index 04b4b28e..98ff372e 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -28,13 +28,14 @@ :ratio="data.ratio" :fixedBox="type !== 'apparel'" :url="data.url" + :type="type" @change="(v) => (data.preview_url = v)" />
-
-
+
+
@@ -36,7 +38,7 @@