소스 검색

Merge remote-tracking branch 'origin/develop/3.2.4' into develop/3.2.4

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

+ 2 - 2
pages/index/index.js

@@ -121,7 +121,7 @@ Page({
               that.addConnectBlueDevice(connectDevice);
             }
           })
-        } else {}
+        } else { }
       })
     }
   },
@@ -680,7 +680,7 @@ Page({
       return;
     }
 
-    if (item.connect != "1") {
+    if (item.connectType != "1") {
       return
     }
     ///去蓝牙连接处理