Commit e52f1f64 authored by zhengke's avatar zhengke

增加地址显示

parent 1ea7d0cd
...@@ -304,6 +304,7 @@ ...@@ -304,6 +304,7 @@
}, },
mapEvent(e) { mapEvent(e) {
this.data.mapNav.location = e.lat + ',' + e.long; this.data.mapNav.location = e.lat + ',' + e.long;
this.data.mapNav.address =e.address;
this.isShowMap=false; this.isShowMap=false;
}, },
......
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