diff --git a/src/platforms/h5/view/components/map/map-marker.js b/src/platforms/h5/view/components/map/map-marker.js index 010f1e7f3bca7074ff6f4144558a658d3faf7856..75a215cd9a40953435da1bdf39673cd560182f97 100644 --- a/src/platforms/h5/view/components/map/map-marker.js +++ b/src/platforms/h5/view/components/map/map-marker.js @@ -129,12 +129,6 @@ export default { } event.stopPropagation() }) - // 处理 google H5移动端 maker 点击触发 map 点击问题 - maps.event.addListener(marker, 'mousedown', (e) => { - if (e.domEvent) { - e.domEvent.stopPropagation() - } - }) } }, updateMarker (option) {