Преглед изворни кода

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

zeng.chen пре 2 месеци
родитељ
комит
661ae65fdd
1 измењених фајлова са 2 додато и 2 уклоњено
  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;