iphone x,7 上地图组件bindregionchange 无限触发,
- 当前 Bug 的表现(可附上截图)
- 提供一个最简复现 Demo
< map id = "map" markers = "{{markers}}" longitude = "{{longitude}}" latitude = "{{latitude}}" style = "width: 100%; height:calc(100vh - 122rpx);" bindregionchange = "regionchanges" circles = "{{circles}}" > < cover-view class = "bottom-btn" > < cover-view class = "open-btn" bindtap = "cancleadd" >取消</ cover-view > < cover-view class = "update-btn" bindtap = "addnewlcok" >确定</ cover-view > </ cover-view > < cover-view class = "tcr" > 半径不能低于为500米 </ cover-view > </ map > |
regionchanges: function (e) { let self = this ; if (e.type == 'end' ) { console.log(e) } } |
望官方哥哥,尽快帮忙查看一下问题。在此谢谢