@@ -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`, {
@@ -170,7 +170,7 @@
tags: that.tags,
}
const res = await that.$api(`/viewGoods/indexGoodsList`, `GET`, {
...info,
@@ -175,7 +175,7 @@
@@ -116,7 +116,7 @@
platform_act: that.id,
status: '0',
goods_status: '1',
let res = await that.$api(`/goodsJoinAct`, 'GET', {
@@ -107,7 +107,7 @@
if (that.type == '1') info.tags = that.tags;
else if (that.type == '2') info.act_tags = that.act_tags;