Browse Source

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 years ago
parent
commit
0e744270d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/home/index.vue

+ 2 - 1
pages/home/index.vue

@@ -167,7 +167,8 @@
 				if (res.errcode == '0') that.$set(that, `recomList`, res.data);
 				if (res.errcode == '0') that.$set(that, `recomList`, res.data);
 				// 平台活动
 				// 平台活动
 				res = await that.$api(`/platformAct`, 'GET', {
 				res = await that.$api(`/platformAct`, 'GET', {
-					show_index: 0
+					show_index: '0',
+					is_use:'0'
 				});
 				});
 				if (res.errcode == '0') that.$set(that, `platformactList`, res.data);
 				if (res.errcode == '0') that.$set(that, `platformactList`, res.data);
 				// 首页产品查询
 				// 首页产品查询