使用微信地图组件时,当enableDefaultStyle设置为false点击事件失效
https://developers.weixin.qq.com/miniprogram/dev/component/map.html 24年4月27号以前功能都能正常运行,今天收到用户反馈说功能无效,排查许久,故此反馈。 代码问题描述: 当设置enableDefaultStyle为false时,通过addMarkers添加自定义簇群点,并通过mapCtx.on('markerClusterCreate', () => {})监听点击事件,目前点击事件完全不会被触发,但是当设置enableDefaultStyle为true时,点击事件就会生效。 代码片段:https://developers.weixin.qq.com/s/ARFICpm272ly,期望打印markerClusterClick,可实际却并没有。