data: { latitude: 27.5735213304, longitude: 120.4810561637, markers: [{ id: 0, latitude: 27.5735213304, longitude: 120.4810561637, name: '******' }], markers: [{ latitude: 27.5735213304, longitude: 120.4810561637, alpha:1, iconPath: '../images/location.png' }], } <view class="page-section"> <map id="jiakangMap" style="width: 100%; height: 700px;" latitude="{{latitude}}" longitude="{{longitude}}" covers="{{markers}}" show-location /> </view>
map 里marker 不显示,返回还会黑屏android 真机上不显示marker,但是使用小程序demo里面的图片就能显示,请问是图片太大的原因吗?我的marker图片4K。 - 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2018-12-25