|
|
@@ -976,12 +976,12 @@ export default {
|
|
|
this.getposition();
|
|
|
},
|
|
|
getLocationData() {
|
|
|
- let currentCenter = this.CJ02BD(34.62200241805427, 112.45384320079718);
|
|
|
- this.lon = currentCenter.lon;
|
|
|
- this.lat = currentCenter.lat;
|
|
|
+ // let currentCenter = this.CJ02BD(34.62200241805427, 112.45384320079718);
|
|
|
+ // this.lon = currentCenter.lon;
|
|
|
+ // this.lat = currentCenter.lat;
|
|
|
|
|
|
- // this.lon = this.currentCenter.lng;
|
|
|
- // this.lat = this.currentCenter.lat;
|
|
|
+ this.lon = this.currentCenter.lng;
|
|
|
+ this.lat = this.currentCenter.lat;
|
|
|
console.log(this.lon, this.lat);
|
|
|
this.getUserOutPlaList();
|
|
|
},
|