获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.offLocationChange 不能用,现在解决了吗?
wx.onLocationChange(function (res) { let { latitude, longitude, } = res console.log('距离---定时', latitude, longitude) }) wx.offLocationChange((res) => { console.log(res,'取消监听实时地理位置变化事件') }) 无法执行
2020-09-10 - wx.LocationChange(callback)可以放在节流函数中吗?
可以将实时监听地理位置 的函数wx.LocationChange()放在函数节流中吗,我想定时间隔请求定位
2020-09-10