Commit 4577f1c9 authored by youjie's avatar youjie

no message

parent b264d5e8
......@@ -546,6 +546,7 @@ export default defineComponent({
b.addOverlay(new Bmap.Marker(new Bmap.Point(lat, lng)))
b.addOverlay(label)
b.addOverlay(circle)
var geoc = new Bmap.Geocoder();
b.addEventListener('click', (e) =>{
geoc.getLocation(e.latlng,(t)=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment