收藏
回答

在微信开发者工具中无法监听wx.onLocationChange结果?

            wx.startLocationUpdate({
                success: (res) => {
                    wx.onLocationChange(res => {
                        // 环境收到回diao
                        console.log('onLocationChange---res', res)
                        let currentRegion = new GlobalCurrentRegion({position: res})
                        resolve(currentRegion)
                    })
                },
                fail: (rej) => {
                    reject({ code: 1, res: rej })
                }
            })

基础库版本:2.17.0
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容