修改点坐标

This commit is contained in:
BOOL\25024
2023-08-03 18:05:46 +08:00
parent 27a4c771df
commit 2ea0c4d212

View File

@@ -125,10 +125,16 @@ export default {
// let lnglat = [lng, lat];
// console.log("经纬度", lnglat);
});
marker.on("click", (e) => {
let lat = e.lnglat.lat;
let lng = e.lnglat.lng;
this.getLngLatService(lat, lng);
});
})
.catch((e) => {
console.log(e);
});
},
select(e) {
this.placeSearch.search(e.poi.name); //关键字查询查询