<map class="map" id="map" longitude="" latitude="" :scale="12" :markers="markersList" @callouttap="callouttap">
<cover-view slot="callout">
<block>
<cover-view style="
z-index: 20;
width: 318rpx;
height: 324rpx;
position: relative;" :marker-id="1">
<cover-view>
<cover-view>
<cover-image :src=""></cover-image>
</cover-view>
</cover-view>
</block>
</cover-view>
</map>
通过animate创建往复动画,动画过程中点击自定义气泡无法触发callouttap事件,而动画停止的时候可以触发callouttap事件。
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。