4719关注15062浏览
用户安卓机子低概率出现地图加载不正常情况,退出重进一定几率恢复
代码:
<!--地图块-->
<view class="map-rent" wx:if='{{state=="rent"}}'>
<map id="map" longitude="{{longitude}}" latitude="{{latitude}}" markers="{{rentMap.markers}}" polyline="{{rentMap.polyline}}" controls="{{rentMap.controls}}" bindmarkertap='carDot1'
bindcontroltap='callItem1'></map>
</view>
<view class="map-end" wx:else>
<map id="map" longitude="{{longitude}}" latitude="{{latitude}}" markers="{{endMap.markers}}" polyline="{{endMap.polyline}}" controls="{{endMap.controls}}" bindmarkertap='carDot2' bindcontroltap='callItem2' show-location='true'></map>
</view>
-
至过去的我
2044人对此回答表示赞同
我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多> -
Jasper
17人对此回答表示赞同
这个问题多次出现了,有时候加载就会出现bing地图
展开170回复分享发布于 6年前评论(0)
收起评论