Browse Source

fix:修改黑胶连接成功的更新列表方法

zeng.chen 2 tháng trước cách đây
mục cha
commit
661ae65fdd
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/pageA/index/index.js

+ 2 - 2
pages/pageA/index/index.js

@@ -278,7 +278,7 @@ Page({
               deviceListSelect: null,
               indexPage: indexPage == 1 ? 0 : indexPage,
             });
-            that.startBleTimer();
+            that.startBleTimer(true, false);
           }, function () {
             var indexPage = that.data.indexPage;
             that.setData({
@@ -286,7 +286,7 @@ Page({
               deviceListSelect: null,
               indexPage: indexPage == 1 ? 0 : indexPage,
             });
-            that.startBleTimer();
+            that.startBleTimer(true, false);
 
           });
           break;