소스 검색

feature: 处理点击设备展示登录的问题

Damon 8 달 전
부모
커밋
857adb3d11
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      pages/index/index.js

+ 1 - 5
pages/index/index.js

@@ -650,11 +650,7 @@ Page({
       });
       return;
     }
-
-    if (deviceList && deviceList.length === 0) {
-      that.goDeviceConnect();
-      return;
-    }
+    that.goDeviceConnect();
   },
 
   goDeviceConnect() {