<map
id="myHomeMap"
style="width: 100%; height: {{screenSize.screenHeight}}px;"
show-location
markers="{{markers}}"
bindmarkertap="markertap"
bindtap="bindtap"
>
<cover-view slot="callout">
<block wx:for="{{markids}}" wx:key="*this">
<cover-view class="customCallout" marker-id="{{item}}" >
<cover-view class="content">
</cover-view>
</cover-view>
</block>
</cover-view>
</map>
js代码是setData一个数组,数组里面是自定义marker需要的数据,前两次展示都是正常展示的,第三次展示标记气泡就展示不出来了,请问有类似的情况吗
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。