提交 b197db91 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 a610de6e
......@@ -314,6 +314,7 @@ export default {
// 高德地图导航只有在线上环境才能使用
initMap() {
const result = store.get('geolocation');
console.log('geolocation', result);
this.position.latitude = result.lat || '';
this.position.longitude = result.lng || '';
const data = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册