- 小程序检索蓝牙设备,华为p20手机进不去wx.onBluetoothDeviceFound()?
wx.onBluetoothDeviceFound((res) => { console.log('获取蓝牙设备') console.log(res) //将我们的ibeacon设备找到并放进数组 for (var i = 0; i < res.devices.length; i++) { var content = { address: res.devices[i].name, strength: res.devices[i].RSSI }; that.data.resultList.unshift(content); that.setData({ resultList: that.data.resultList }) } }) 这是蓝牙检索代码,p20手机直接跳过,没有进入这个代码块
2020-06-09 - 开发工具总是卡死,我16G内存,请问开发工具是不是出现bug了?
[图片]
2020-05-21