Browse Source

修改标签店铺筛选

zs 1 year ago
parent
commit
e769267604

+ 1 - 1
pages/home/index.vue

@@ -184,7 +184,7 @@
 				let info = {
 					skip: that.skip,
 					limit: that.limit,
-					// shop: that.shop
+					shop: that.shop
 				};
 				// 首页产品列表
 				res = await that.$api(`/viewGoods/indexGoodsList`, `GET`, {

+ 1 - 1
pages/week/index.vue

@@ -170,7 +170,7 @@
 					skip: that.skip,
 					limit: that.limit,
 					tags: that.tags,
-					// shop: that.shop
+					shop: that.shop
 				}
 				const res = await that.$api(`/viewGoods/indexGoodsList`, `GET`, {
 					...info,

+ 1 - 1
pagesHome/market/search.vue

@@ -175,7 +175,7 @@
 					skip: that.skip,
 					limit: that.limit,
 					tags: that.tags,
-					// shop: that.shop
+					shop: that.shop
 				}
 				const res = await that.$api(`/viewGoods/indexGoodsList`, `GET`, {
 					...info,

+ 1 - 1
pagesRest/activity/info.vue

@@ -116,7 +116,7 @@
 					platform_act: that.id,
 					status: '0',
 					goods_status: '1',
-					// shop: that.shop
+					shop: that.shop
 				}
 				let res = await that.$api(`/goodsJoinAct`, 'GET', {
 					...info,

+ 1 - 1
pagesRest/recom/index.vue

@@ -107,7 +107,7 @@
 				let info = {
 					skip: that.skip,
 					limit: that.limit,
-					// shop: that.shop
+					shop: that.shop
 				};
 				if (that.type == '1') info.tags = that.tags;
 				else if (that.type == '2') info.act_tags = that.act_tags;