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

refactor(h5 map): remove useless code(map click取消冒泡 b0650ad0)

上级 c35bac76
...@@ -129,12 +129,6 @@ export default { ...@@ -129,12 +129,6 @@ export default {
} }
event.stopPropagation() event.stopPropagation()
}) })
// 处理 google H5移动端 maker 点击触发 map 点击问题
maps.event.addListener(marker, 'mousedown', (e) => {
if (e.domEvent) {
e.domEvent.stopPropagation()
}
})
} }
}, },
updateMarker (option) { updateMarker (option) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册