map在customCallout的元素在关键帧动画(animate)无法触发callouttap?
<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事件。