diff --git a/stores/bluetooth.js b/stores/bluetooth.js index 69e57d9..e11d0f7 100644 --- a/stores/bluetooth.js +++ b/stores/bluetooth.js @@ -764,6 +764,7 @@ export const useBluetoothStore = defineStore('ble', { timer1 = setInterval(() => { uni.getBluetoothDevices({ success(res) { + console.log('设备列表', res) const deviceList = res.devices for(let i = 0; i < deviceList.length; i++) { if(deviceList[i]?.name === that.currentLockInfo.name) {