Forráskód Böngészése

隐藏首页商品请求

xiaoxin 2 éve
szülő
commit
6037a2305a
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      pages/home3/home3.vue

+ 2 - 2
pages/home3/home3.vue

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