guhongwei 2 лет назад
Родитель
Сommit
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)