guhongwei %!s(int64=2) %!d(string=hai) anos
pai
achega
77aa533487
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)