Sfoglia il codice sorgente

feature: 处理报错的问题

Damon 7 mesi fa
parent
commit
681e0bca70
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/blue_ble/util.js

+ 1 - 1
utils/blue_ble/util.js

@@ -96,7 +96,7 @@ class BleUtil {
           }
           if (!has) {
             compareList.unshift(device);
-            that.bleManager.setCompareList(compareList);
+            that.manager.setCompareList(compareList);
           }
           onChanged(true);