地图组件marker不刷新,残留上次marker,同时无法点击,如何解决?
<map bindtap='controltap' bindlabeltap='markertap' bindcallouttap='markertap' bindmarkertap="markertap" latitude="{{latitude}}" longitude="{{longitude}}" id="map" bindregionchange="regionchange" markers="{{markerList}}" scale="{{scale}}" show-location wx:if="{{dataType=='map'&&searchType!=2}}"/>
在js中使用setData更新markers数据后,地图上的markers并没有刷新,残留了上一次的markers。请问大家如何解决?【开发工具以及手机真机调试模式都有这个问题,使用体验版或者直接扫码开发版都有这个问题】