From 6c2e4c53e97e9de4b2b0604b230301a209470efd Mon Sep 17 00:00:00 2001
From: whyneedname <542399163@qq.com>
Date: Thu, 3 Nov 2022 18:25:32 +0800
Subject: [PATCH] =?UTF-8?q?=E5=93=81=E7=89=8C=E9=A6=86=E6=BB=9A=E5=8A=A8?=
=?UTF-8?q?=E6=9D=A1=E4=BF=A1=E6=81=AF;=E6=94=B6=E8=97=8F=E9=A1=B5?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4;?=
=?UTF-8?q?=E6=B4=BB=E5=8A=A8=E4=B8=93=E5=8C=BA=E8=BD=AE=E6=92=AD=E5=9B=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/store.js | 22 ++-
pages/activity/activity/index.vue | 3 +-
pages/shop/GoodsCollection/index.vue | 198 ++++++++++---------------
pages/shop/brands/index.vue | 24 +--
pages/user/coupon/UserCoupon/index.vue | 2 +-
5 files changed, 109 insertions(+), 140 deletions(-)
diff --git a/api/store.js b/api/store.js
index 3945c17..7145105 100644
--- a/api/store.js
+++ b/api/store.js
@@ -226,24 +226,13 @@ export function getBrandByName() {
login: false
});
}
-// <<<<<<< HEAD
-// /**
-// * 添加收藏
-// *
-// */
-// export function getUserCollection(data) {
-// console.log(9999999966);
-// return request.post("/collectEvaluation/add", data, {
-// login: true
-// });
-// =======
+
/**
* 添加收藏
*
*/
export function getUserCollection(data) {
return request.post("/collectEvaluation/add",data);
-// >>>>>>> sxx
}
/**
*
@@ -262,6 +251,15 @@ export function getBrandDetail(id) {
});
}
+/**
+ * 品牌馆滚动条信息
+ */
+export function getBrandNoticeInfo() {
+ return request.get("/brandInfo", {}, {
+ login: false
+ });
+}
+
/**
* 词条名查询
*/
diff --git a/pages/activity/activity/index.vue b/pages/activity/activity/index.vue
index 567fa15..44586a6 100644
--- a/pages/activity/activity/index.vue
+++ b/pages/activity/activity/index.vue
@@ -16,7 +16,7 @@
-
+
@@ -358,6 +358,7 @@
}
.banner-box {
+ position: relative;
width: 750rpx;
height: 488rpx;
.swiper {
diff --git a/pages/shop/GoodsCollection/index.vue b/pages/shop/GoodsCollection/index.vue
index df680db..95525b1 100644
--- a/pages/shop/GoodsCollection/index.vue
+++ b/pages/shop/GoodsCollection/index.vue
@@ -13,9 +13,9 @@
-
-
-
+
+
+
甄选商品
@@ -23,56 +23,50 @@
甄选评测
+
-
-
-
-
-
-
-
- {{ item.storeName }}
-
-
- {{ item.productInfo.attrInfo.sku }}
-
- {{ item.costPrice }}积分
- ¥{{ item.price }}
-
+
+
+
+
+
-
-
-
-
-
+ {{ item.costPrice }}积分
+ ¥{{ item.price }}
- 删除
+
+
+
+
+
+ 删除
-
-
+
+
+
+
+
+
+
+ 什么都没有,大概被外星人带走了
+
+
+
@@ -283,70 +277,7 @@
}
diff --git a/pages/shop/brands/index.vue b/pages/shop/brands/index.vue
index a09b298..47488c3 100644
--- a/pages/shop/brands/index.vue
+++ b/pages/shop/brands/index.vue
@@ -30,16 +30,16 @@
-
+
- 选品标准
+ {{noticeInfo.title}}
-
+
@@ -97,7 +97,7 @@