提交 cddc9e83 编写于 作者: 雪洛's avatar 雪洛

fix: 修复H5端openLocation导航按钮功能不正常的Bug

上级 fc371d1d
......@@ -70,7 +70,7 @@ export default {
},
_nav () {
var url =
`https://apis.map.qq.com/uri/v1/routeplan?type=drive&to=${encodeURIComponent(this.name)}&tocoord=${this.latitude},${this.longitude}&referer=${referer}`
`https://apis.map.qq.com/uri/v1/routeplan?type=drive&to=${encodeURIComponent(this.name || '目的地')}&tocoord=${this.latitude},${this.longitude}&referer=${referer}`
this.$refs.map.src = url
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册