获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 真机调试,已在房间中?
开发者工具版本(1.02.2002142) 操作系统window received error code -50003 开发工具重启和手机小程序删掉重启也不管用.
2020-02-17 - 小程序蓝牙模块的代码片段无反应,是什么原因?
iphone8 ios13.3.1 微信版本 7.0.10
2020-02-13 - onBluetoothDeviceFound 监听为什么会返回两条相同数据?
wx.onBluetoothDeviceFound((res) => { res.devices[0].RSSI = BlueTooth.max(0, res.devices[0].RSSI + 100) res.devices[0].advertisData = BlueTooth.ab2hex(res.devices[0].advertisData).slice(4, 16) if (res.devices[0].advertisData == mac) { this.stopBluetoothDevicesDiscovery() console.log(res.devices[0].advertisData, mac,res.devices[0].deviceId ,'xxxxx') } })
2019-08-23 - this.setData()同 this.setData({}) 区别是什么?
const data = {} ① this.setData(data) ② this.setData({ data })
2019-08-14 - 小程序代码提交后体验版本地图片不显示.
图片在本地是可以显示的,上传体验版后就没有了.求解
2018-06-13