Commit cf3eef45 authored by 朱超's avatar 朱超

地图页面更新

parent a78767d9
......@@ -853,7 +853,7 @@ export default defineComponent({
element.latitude
);
if (amapGps.lng == NaN) {
amapGps.lng = element.location;
amapGps.lng = element.longitude;
}
if (amapGps.lat == NaN) {
amapGps.lat = element.latitude;
......
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