From afcd02f1cae8e92cd31474c7a0cdf65db832eff7 Mon Sep 17 00:00:00 2001 From: zyronon Date: Wed, 13 Mar 2024 09:29:42 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/GoodsDetail.vue | 305 ++++++++++++++++++++++++++++++--- 1 file changed, 277 insertions(+), 28 deletions(-) diff --git a/src/pages/shop/GoodsDetail.vue b/src/pages/shop/GoodsDetail.vue index ae83660..5029d33 100644 --- a/src/pages/shop/GoodsDetail.vue +++ b/src/pages/shop/GoodsDetail.vue @@ -16,7 +16,7 @@ -
+
@@ -24,7 +24,7 @@
{{ state.index + 1 }}/{{ state.detail.imgs.length }}
-
+
@@ -50,7 +50,7 @@
保障
假一赔四·运费险·极速退款 - +
@@ -67,14 +67,14 @@
共3种规格可选
- +
活动
优惠新人券 立减4新人券立减4新人券立减4新人券 立减4新人券 立减4
- +
@@ -93,7 +93,7 @@
商品评论(507) - +
物美价廉 29
@@ -159,13 +159,13 @@ 店铺推荐
查看全部 - +
-
+
【热销中】袜子男潮流百搭中筒袜子袜子男潮流百搭中筒袜子
8 @@ -176,16 +176,83 @@
+ +
+
+
+ 商品详情 +
+
+ +
+ +
+
+ +
+
+
+
+
价格说明
+ +
+
+ 价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明价格说明 +
+
+
+ +
+
+ 你可以还会喜欢 +
+ +
+
+
+ +
+
+ {{ item.name }} +
+
{{ item.discount }}
+
+
+ ¥ +
{{ item.price }}
+
+
已售{{ item.sold }}件
+
+
+ 近30天低价 +
+
+
+
+
+ +
+
\ No newline at end of file From 8e5ec6a2d41bc2fd50f63ffc1e00d2e1f4a851b6 Mon Sep 17 00:00:00 2001 From: zyronon Date: Fri, 15 Mar 2024 02:19:27 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=95=BF=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/index.vue | 3 +- src/pages/home/slide/LongVideo.vue | 143 +++++++++++++++++ src/pages/shop/Shop.vue | 238 ++++++++++++++++++----------- 3 files changed, 294 insertions(+), 90 deletions(-) create mode 100644 src/pages/home/slide/LongVideo.vue diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index 0299057..af8ae0b 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -112,7 +112,7 @@ - + @@ -218,6 +218,7 @@ import Slide2 from "@/pages/home/slide/Slide2.vue"; import Slide4 from "@/pages/home/slide/Slide4.vue"; import {DefaultUser} from "@/utils/const_var"; import {$no} from "@/utils"; +import LongVideo from "@/pages/home/slide/LongVideo.vue"; const nav = useNav() const store = useStore() diff --git a/src/pages/home/slide/LongVideo.vue b/src/pages/home/slide/LongVideo.vue new file mode 100644 index 0000000..325bcb8 --- /dev/null +++ b/src/pages/home/slide/LongVideo.vue @@ -0,0 +1,143 @@ + + + + + \ No newline at end of file diff --git a/src/pages/shop/Shop.vue b/src/pages/shop/Shop.vue index e0dd35b..156bc45 100644 --- a/src/pages/shop/Shop.vue +++ b/src/pages/shop/Shop.vue @@ -1,40 +1,89 @@ -