|
@@ -269,10 +269,9 @@ Page({
|
|
|
case "message_onoffline":
|
|
|
lexin_connect.searchOnlineDevice(payloads, function (list) {
|
|
|
that.updateDeviceList(list, false, false);
|
|
|
- },function(){
|
|
|
+ }, function () {
|
|
|
that.setData({
|
|
|
deviceListSelect: null,
|
|
|
- connectDeviceIding: "",
|
|
|
});
|
|
|
}, function () {
|
|
|
var indexPage = that.data.indexPage;
|