在工具和真机运行上ios的可以显示
但在真机android上就不显示
<map id="sceneIdMap" class="map-tag" show-scale show-location scale="{{mapScale}}" markers="{{dualMapData}}" latitude="{{usedLC.latitude}}" longitude="{{usedLC.longitude}}" bindlabeltap="handleLabelTap" bindcallouttap="handleCalloutTap" data-tp="{{CRproductTp}}">
<cover-view slot="callout">
<block wx:for="{{dualMapData}}" wx:key="index">
<cover-view marker-id="{{item.id}}" class="callout-container {{CRproductTp==1?'c1':'c2'}}" data-idx="{{index}}">
<cover-view class="callout-img" wx:if="{{CRproductTp==1}}">
<cover-image wx:if="{{CRproductTp==1 && index == mapSwiperIndex}}" src="/asset/images/map_area_bg.png" class="map-area-bg on" />
<cover-image src="{{item.areaHead}}" class="callout-image1 {{index == mapSwiperIndex ? 'on' : ''}}" />
</cover-view>
<cover-image wx:if="{{CRproductTp==2}}" src="/asset/images/map_line_bg.png" class="callout-image2" />
<cover-view wx:if="{{CRproductTp==2}}" class="callout-name ellipsis">
{{item.packageItemName}}
</cover-view>
</cover-view>
</block>
</cover-view>
</map>

太冷门的问题了,没有人回答啊。。