From ac769296e84fe5795c3f6d5836c47a1bc9dfdae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Thu, 26 Sep 2024 17:45:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=92=8C=E7=94=B5=E5=AD=90=E9=92=A5=E5=8C=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stores/bluetooth.js | 1 + 1 file changed, 1 insertion(+) 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) {