From 9087b5a8663da5c3fff55062cdf226e567c5e783 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Thu, 16 Sep 2021 17:54:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=93=81=E7=89=8C=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E9=A1=B5=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/onlineMall/onlineMall.vue | 1 +
pages/shop/shopdetail.vue | 372 +++++++++-----------------
2 files changed, 121 insertions(+), 252 deletions(-)
diff --git a/pages/index/onlineMall/onlineMall.vue b/pages/index/onlineMall/onlineMall.vue
index 6d6218b..174d30e 100644
--- a/pages/index/onlineMall/onlineMall.vue
+++ b/pages/index/onlineMall/onlineMall.vue
@@ -60,6 +60,7 @@
+
diff --git a/pages/shop/shopdetail.vue b/pages/shop/shopdetail.vue
index 65ab550..de64241 100644
--- a/pages/shop/shopdetail.vue
+++ b/pages/shop/shopdetail.vue
@@ -2,18 +2,18 @@
-
+
-
+
- AIMER MEN爱慕先生
+ {{ detail.name }}
- L2
+ {{ detail.floor }}
@@ -35,36 +35,34 @@
-
在售商品
查看全部
-
-
-
- 已售{{item.sale}}
+
+
+
+ 已售{{item.sale_count}}
- {{item.title}}
+ {{item.name}}
-
- {{item.original_price}}
+
+ {{item.min_market_price}}
+
品牌故事
-
- 在售商品在售商品在售商品在售商品在售商品在售商品在售商品在售在售商品在售商品在售商品在售商品在售商品在售商品在售商品在售在售商品在售商品在售商品在售商品在售商品在售商品在售商品在售在售商品在售商品在售商品在售商品
-
+ {{ detail.story }}
@@ -73,7 +71,7 @@
-
+
@@ -100,240 +98,39 @@
@@ -414,10 +276,16 @@
padding-left: 74rpx;
font-size: 28rpx;
}
+ .recommend-box{
+ display: flex;
+ justify-content: space-between;
+ padding: 30rpx 32rpx;
+ flex-wrap: wrap;
+ }
.goods-rom {
border-radius: 20rpx;
width: 333rpx;
- height: 497rpx;
+ height: max-content;
background-color: white;
box-shadow: 0px 2rpx 8rpx 1rpx rgba(0, 0, 0, 0.1);
&:nth-child(2n) {
@@ -428,7 +296,7 @@
}
}
.introduct {
- padding: 0 0 30rpx 32rpx;
+ padding: 30rpx 32rpx;
}
.com{
width: 100%;