提交 aeda8f12 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

perf(map): 优化 h5端 markertap 返回经纬度信息

上级 69441ac0
......@@ -110,7 +110,9 @@ export default {
}
if (this.idString) {
this.$parent.$trigger('markertap', {}, {
markerId: Number(this.idString)
markerId: Number(this.idString),
latitude: typeof e.latLng.lat === 'function' ? e.latLng.lat() : e.latLng.lat,
longitude: typeof e.latLng.lat === 'function' ? e.latLng.lng() : e.latLng.lng
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册