guhongwei пре 2 година
родитељ
комит
77aa533487
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      pagesRest/recom/index.vue

+ 2 - 1
pagesRest/recom/index.vue

@@ -75,7 +75,8 @@
 				if (that.type == '1') info.tags = that.tags;
 				else if (that.type == '2') info.act_tags = that.act_tags;
 				let res = await that.$api(`/goods`, 'GET', {
-					...info
+					...info,
+					status: '1'
 				});
 				if (res.errcode == '0') {
 					that.$set(that, `list`, res.data)