From f40d0477d97c1d47e9767e622bb9b8f8a8fda710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Fri, 30 Aug 2024 15:06:44 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E8=A7=A3=E5=86=B3=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E6=90=9C=E7=B4=A2=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E4=B8=8A=E6=AC=A1=E8=AE=BE=E5=A4=87=E6=9C=AA=E6=B8=85=E9=99=A4?= =?UTF-8?q?bug?= 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 5383a0b..144368f 100644 --- a/stores/bluetooth.js +++ b/stores/bluetooth.js @@ -379,6 +379,7 @@ export const useBluetoothStore = defineStore('ble', { this.getBluetoothStatus() return } + this.deviceList = [] uni.startBluetoothDevicesDiscovery({ success: function (res) { setTimeout(() => {