<cover-view slot="callout">
<cover-view class="backImg" :marker-id="item.id" v-for="(item,index) in markers" :key='index'>
<cover-image class="cover-image-T" src="/static/images/ellipse.png"></cover-image>
<cover-view class="cover-image-B" style="z-index: 100;">
<cover-image class="cover-image-B-I" @load='suc' @error='why' :src="item.iconPath">
</cover-image>
</cover-view>
</cover-view>
</cover-view>
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
解决了吗
我是初始进入地图的时候,很大概率会复现,请问你后来解决了嘛?
兄台,我也遇到了。。主要是ios上,选中来回切换会消失
请问解决了吗?我这也有类似问题