地图map中的marker自定义气泡customCallout在不同的系统显示错位
iphone X:
Android:
Windows:
<map id="mapId" class="map" scale="14" min-scale="10" markers="{{marker}}" latitude="{{latitude}}" longitude="{{longitude}}">
<cover-view slot="callout" class="customCallout" marker-id="1">
<!-- <cover-image src="/tempImg/shop1.jpg" class="shopImg"></cover-image> -->
</cover-view>
</map>
// markers里面有自定义iconPath图背景,cover-view给了一个圆形样式,显示在iconPath居中位置,在不同的平台Android、ios、Windows系统上显示均不一致
//黑框是cover-view
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)