소스 검색

feature: 处理多个设备在线,关闭当前连接的设备,会假连接其他设备的问题

Damon 7 달 전
부모
커밋
7466e7662e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      pages/index/index.js

+ 1 - 2
pages/index/index.js

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