当地图上加载了1200个左右个marker的时候就会这样 真机调试没发现。开发工具报错
请提供一下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
<map class=“map” id=“map” longitude="{{location.longitude}}" latitude="{{location.latitude}}" scale="{{mapScale}}" markers="{{markers}}" bindmarkertap=“makertap” bindregionchange=“regionchange” polyline="{{polyline}}">
就是这样。只不过markers数量级在1500+