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)