@@ -1502,6 +1502,9 @@
})
},
getPoint() {
+ if(this.stationList.length!=0){
+ return
+ }
WxJsApi.getLocation().then((res) => {
this.latitude = parseFloat(res.latitude);
@@ -1513,6 +1516,7 @@
title: res
} else {
+
this.searchStationData()
}
}).catch(error => {