Browse Source

隐藏首页商品请求

xiaoxin 2 years ago
parent
commit
6037a2305a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/home3/home3.vue

+ 2 - 2
pages/home3/home3.vue

@@ -363,7 +363,7 @@ export default {
 		this.getResidueCount()
 		this.getResidueCount()
 		this.getBestNews()
 		this.getBestNews()
 		this.getNews()
 		this.getNews()
-		this.getGoodsList()
+		// this.getGoodsList()
 		setTimeout(() => {
 		setTimeout(() => {
 			uni.stopPullDownRefresh()
 			uni.stopPullDownRefresh()
 		}, 1000)
 		}, 1000)
@@ -376,7 +376,7 @@ export default {
 		// 获取招商资讯列表
 		// 获取招商资讯列表
 		this.getNews()
 		this.getNews()
 		// 获取特产列表
 		// 获取特产列表
-		this.getGoodsList()
+		// this.getGoodsList()
 		// 获取定位
 		// 获取定位
 		this.getLocation()
 		this.getLocation()
 	},
 	},