From ca39910f4c0a015fe6bab23c3d1e3b39ed7e1616 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 28 Apr 2026 16:33:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8B=86=E5=88=86=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 | 1 - .../components/ApparelSketchList.vue | 86 +++ .../EditDetail/components/ListingForm.vue | 222 ++++++ .../components/ProductImageList.vue | 154 +++++ .../EditDetail/components/TopImageSection.vue | 157 +++++ .../MyListings/EditDetail/index.vue | 641 ++---------------- .../MyListings/EditDetail/types.ts | 47 ++ 7 files changed, 714 insertions(+), 594 deletions(-) create mode 100644 src/views/SellerDashboard/MyListings/EditDetail/components/ApparelSketchList.vue create mode 100644 src/views/SellerDashboard/MyListings/EditDetail/components/ListingForm.vue create mode 100644 src/views/SellerDashboard/MyListings/EditDetail/components/ProductImageList.vue create mode 100644 src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue create mode 100644 src/views/SellerDashboard/MyListings/EditDetail/types.ts diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index 399f15c3..6fb34a98 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -144,7 +144,6 @@ const open = (url, callback, options, origin) => { coverOrigin.value = origin data.url = origin[0].url } - console.log("-------", origin) show.value = true } const onCancel = () => { diff --git a/src/views/SellerDashboard/MyListings/EditDetail/components/ApparelSketchList.vue b/src/views/SellerDashboard/MyListings/EditDetail/components/ApparelSketchList.vue new file mode 100644 index 00000000..af4230a2 --- /dev/null +++ b/src/views/SellerDashboard/MyListings/EditDetail/components/ApparelSketchList.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/src/views/SellerDashboard/MyListings/EditDetail/components/ListingForm.vue b/src/views/SellerDashboard/MyListings/EditDetail/components/ListingForm.vue new file mode 100644 index 00000000..a9791459 --- /dev/null +++ b/src/views/SellerDashboard/MyListings/EditDetail/components/ListingForm.vue @@ -0,0 +1,222 @@ + + + + + diff --git a/src/views/SellerDashboard/MyListings/EditDetail/components/ProductImageList.vue b/src/views/SellerDashboard/MyListings/EditDetail/components/ProductImageList.vue new file mode 100644 index 00000000..e9c4c972 --- /dev/null +++ b/src/views/SellerDashboard/MyListings/EditDetail/components/ProductImageList.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue b/src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue new file mode 100644 index 00000000..5e91c998 --- /dev/null +++ b/src/views/SellerDashboard/MyListings/EditDetail/components/TopImageSection.vue @@ -0,0 +1,157 @@ + + + + + diff --git a/src/views/SellerDashboard/MyListings/EditDetail/index.vue b/src/views/SellerDashboard/MyListings/EditDetail/index.vue index a58fcf1b..b1438021 100644 --- a/src/views/SellerDashboard/MyListings/EditDetail/index.vue +++ b/src/views/SellerDashboard/MyListings/EditDetail/index.vue @@ -28,191 +28,32 @@
-
-
-
- {{ $t(topImageTitleMap[type]) }} -
-
-
- -
- -
-
- -
- {{ $t("SellerListEdit.cropDesc") }} -
-
- -
-
-
-
-
-
-
- {{ - $t("SellerListEdit.productImageMainTitle") - }} - {{ - $t("SellerListEdit.productImageSubTitle") - }} -
-
- {{ selectedProdImgs }}/{{ prodImgList.length }} selected -
-
-
-
- - -
- main -
-
-
-
-
-
- {{ - $t("SellerListEdit.apparelSketchTitle") - }} - - {{ $t("SellerListEdit.apparelSketchSubTitle") }} -
-
-
- -
- -
-
-
-
+ + +
-
-
-
- {{ $t("SellerListEdit.productName") }} -
-
- -
-
-
-
{{ $t("SellerListEdit.price") }}
-
- HK$ - -
-
-
-
- {{ $t("SellerListEdit.productDescription") }} -
-
- -
-
-
-
- {{ $t("SellerListEdit.designFor") }} -
-
- -
-
-
-
- {{ $t("SellerListEdit.productCategory") }} - {{ $t("SellerListEdit.categoryTips") }} -
-
- -
-
-
- -
- {{ $t("SellerListEdit.policy") }} - {{ $t("SellerListEdit.learnMore") }} -
-
-
+