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 @@