瀏覽代碼

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() {