解决了不????
搜索蓝牙设置了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-08-04有解决吗?什么问题啊
minium真机调试,报Error: 系统错误,错误码:-80418?message:Error: 系统错误,错误码:-80418, [20220622 16:21:40][wx2672757b4553d5d7] appid: wx2672757b4553d5d7 openid: o6zAJsw8FweNqtIsU98ExWY_GlkM ideVersion: 1.06.2206090 osType: win32-x64 android版本:10 minium版本:1.2.2 [图片] 使用真机调试1.0进行调试时,编译完成,上传过程中出现报错
2023-08-01