|
@@ -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;
|