Commit a95e67a6 authored by youjie's avatar youjie

no message

parent 0fefd939
...@@ -1701,7 +1701,7 @@ export default { ...@@ -1701,7 +1701,7 @@ export default {
if (i == index) { if (i == index) {
x.Lng = msg.lng; x.Lng = msg.lng;
x.Lat = msg.lat; x.Lat = msg.lat;
x.Address = address_detail // x.Address = address_detail
} }
}) })
} if (type == 2) { } if (type == 2) {
...@@ -1709,7 +1709,7 @@ export default { ...@@ -1709,7 +1709,7 @@ export default {
if (i == index) { if (i == index) {
x.Lng = msg.lng; x.Lng = msg.lng;
x.Lat = msg.lat; x.Lat = msg.lat;
x.Address = address_detail // x.Address = address_detail
} }
}) })
} }
......
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