- 2.22.0和2.21.4基础库更新内容没发布,我现在遇到bug无法定位
https://developers.weixin.qq.com/miniprogram/dev/framework/release/
2022-02-14 - 在最新版的基础库2.22.0和2.21.4中蜂鸟地图SDK使用报错,请问能否告知更新内容?
在最新版的基础库2.22.0和2.21.4中蜂鸟地图SDK使用报错,请问能否告知更新内容?我的用户现在都不能正常使用小程序,怎么才能使用户不使用最新版基础库。
2022-02-14 - 微信基础库更新的2.22.0之后蜂鸟地图无法使用,请问可以发布2.22的更新内容吗?
如题,2.22.0发布之后,蜂鸟地图无法使用,报错THREE.WebGLRenderer:raddEventListener is not a fuction `[图片] 我怎么修复这个错误,我可以不使用 2.22.0吗 之前在2.19.6及以下是稳定的
2022-02-12 - 设备方向API中的interval参数不生效,始终是20ms
https://developers.weixin.qq.com/miniprogram/dev/api/device/motion/wx.startDeviceMotionListening.html wx.startDeviceMotionListening({interval:'ui', success(e) { wx.onDeviceMotionChange((res) => { if (res.alpha) { let timestamp = Date.now() console.log("motion时间戳",timestamp) let motion = res motion.timestamp = timestamp let time = new Date().toLocaleTimeString() motion.time = time let data = { type: "device", tag_id: app.globalData.tagId, data: { motion: motion } } // console.log("设备值",res) let count=that.data.sendCount+1 if(that.data.sendCount%4==0){ sendSocketMessage(data,app.globalData) } that.setLocationMakerDirection(res.alpha) // //console.log("罗盘", res.direction) that.setData({ angle: res.alpha, sendCount:count }) } // //console.log("设备方向", res.alpha) }) } })
2021-06-24