收藏
回答

引入map组件自定义callout markers在真机安卓手机上不显示, 真机苹果上正常显示?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug map 微信安卓客户端 8.0.20 2.23.1

<cover-view slot="callout">

<cover-view wx:for="{{markers}}" wx:key="key">

<cover-view class="items" marker-id="{{item.id}}">

<cover-view class="content">

<cover-view class="item-info border">快{{item.station.directLeftCount}}/{{item.station.directCount}}</cover-view>

<cover-view class="item-info">慢{{item.station.alternateLeftCount}}/{{item.station.alternateCount}}</cover-view>

</cover-view>

<cover-image src="../../../static/images/home/sanjiao.png" class='sanjiao'></cover-image>

</cover-view>

</cover-view>

</cover-view>

安卓手机不显示map的cover-view

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容