Browse Source

no message

xiaoxin 2 years ago
parent
commit
69a911f874
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/home3/home3.vue

+ 3 - 3
pages/home3/home3.vue

@@ -371,14 +371,14 @@ export default {
 	onLoad() {
 		// 获取乡镇列表
 		this.getResidueCount()
+		// 获取定位
+		this.getLocation()
 		// 获取精选攻略
 		this.getBestNews()
 		// 获取招商资讯列表
 		this.getNews()
 		// 获取特产列表
 		// this.getGoodsList()
-		// 获取定位
-		this.getLocation()
 	},
 	methods: {
 		async getBestNews() {
@@ -1354,4 +1354,4 @@ export default {
 		}
 	}
 }
-</style>
+</style>