- 搜索蓝牙设置了allowDuplicatesKey: false不允许重复上报,苹果手机无效?
搜索附近蓝牙设备设置了不允许重复上报,wx.onBluetoothDeviceFound在苹果14依然上报了重复的设备,华为上正常 wx.startBluetoothDevicesDiscovery({ allowDuplicatesKey: false, //不允许重复上报 // services: [''],//指定services搜索 0000ffe0-0000-1000-8000-00805f9b34fb success: function (res) { console.log("开始搜索附近蓝牙设备") that.setData({ searchingstatus: true, disabled: true, }) that.onBluetoothDeviceFound() onBluetoothDeviceFound() { wx.onBluetoothDeviceFound((res) => { res.devices.forEach(device => { this.data.devices.push(device) this.setData({ devices: this.data.devices }) }) }) },
2023-05-17 - 'setData' of undefined
如图,打印出来结果为0和2;setData报错TypeError: Cannot read property 'setData' of undefined [图片] [图片]
2019-07-19 - 如图,请问框起来的这三个标志代表什么意思?突然就有的
如图,请问框起来的这三个标志代表什么意思?突然就有的[图片]
2018-09-14 - 小程序重启耗时太久,请确认业务逻辑中是否有复杂运算或死循环
工具更新前每次关掉工具第一次打开的时候提示:小程序重启耗时太久,请确认业务逻辑中是否有复杂运算或死循环 更新成[图片]这个版本就没有提示了,那代码是有问题还是没有问题?
2018-09-07