现在有解决方案了吗
map组件上的自定义气泡(customCallout)如何添加点击事件?看了别人的贴子同样没有解决方案,再一次提问,希望官方能给出回答怎么解决,能帮到很多人! <map id="mapId" style="width:100%;height:100vh" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}" bindcallouttap="clickCallout" bindmarkertap="clickMarker"> <cover-view slot="callout" > <cover-view marker-id="0" data-btn="one"> <cover-view class="panel"> <cover-view class="button" bindtap="testEvent1" >按钮1</cover-view> <cover-view class="button" bindtap="testEvent2" >按钮2</cover-view> </cover-view> </cover-view> </cover-view> </map> 自定义气泡customCallout上的<cover-view>添加的点击事件没有触发,触发的只有整个customCallout的bindcallouttap事件,返回的只有markerId,如果有两个或多个按钮,如下图,怎么判断我点击的是哪个按钮去执行不同的事件? 代码片段:https://developers.weixin.qq.com/s/WjdXxTmi7Zv6 [图片][图片][图片]
2022-02-21