Commit 937fb1ae authored by lihui's avatar lihui

fix: 经纬度错误

parent 171cc6b0
......@@ -508,8 +508,8 @@ export default {
this.form.province = mapInfo.province;
this.form.city = mapInfo.city;
this.form.area = mapInfo.area;
this.form.longitude = mapInfo.lat; // longitude latitude contactor
this.form.latitude = mapInfo.lng;
this.form.longitude = mapInfo.lng; // longitude latitude contactor
this.form.latitude = mapInfo.lat;
}
},
created() {
......
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