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)