移动地图end时,微信小程序注册明明公账转的怎么提示个人转的呢?求解? 微信小程序开发 ...。获取当前坐标清除原来的markers并展示新的markers。
现在是在开发者工具中可以,安卓也可以,但是在ios中每次移动地图时会展示新的markers,但是以前的仍在地图上显示。
// 移动地图时
regionchange: function(e){
if(e.type == "end"){
// this.getLocation();
this.data.markers.length = 0;
this.setData({
markers: this.data.markers
})
}
}
本文网址:http://www.91bianli.com/weixinxiaochengxu/57904.html