解决了吗 我的也是网络地址 看真机代码是渲染出来的了 但是显示的就是空白 ????? 有时候又能显示的出来
安卓Map组件使用marker callout cover-image合法图片地址不显示?<map id="map" style="width: 100%; height: 100%" markers="{{markers}}" scale="{{scale}}" latitude="{{latitude}}" longitude="{{longitude}}" layer-style="1" show-location="{{location}}" polyline="{{polyline}}" > <view slot="callout" wx:if="{{calloutShow}}"> <block wx:for="{{markers}}" wx:key="index"> <cover-view class="callout {{item.show ? 'active' : ''}}" marker-id="{{item.id}}"> <cover-view class="home"> <cover-view class="title"> <cover-view class="text"> {{item.text}} </cover-view> </cover-view> <cover-view class="photo"> <cover-image src="https://baidu.com/1707119647262.jpg"></cover-image> </cover-view> </cover-view> </cover-view> </block> </view> </map> 1.首先配置了合法域名 2.cover-image是网络的 3.ios显示,安卓不显示
02-18