|
@@ -1175,7 +1175,10 @@ export default {
|
|
|
// //('latitude1 ' + this.latitude);
|
|
|
//this.start();
|
|
|
//this.$refs.amap.getLocation1();
|
|
|
- this.getNearbyStationInfo();
|
|
|
+ //this.getNearbyStationInfo();
|
|
|
+ let data2 = {latitude:this.latitude,longtitude:this.longitude,findType:"0"};
|
|
|
+ this.getChargingStationData(data2);
|
|
|
+
|
|
|
this.isReady = true;
|
|
|
//this.$refs.amap.getLocation ();
|
|
|
//let state = {};
|