@@ -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>