Browse Source

1.首次连接不到设备问题

huangxiaodong 1 year ago
parent
commit
453d205863
1 changed files with 8 additions and 0 deletions
  1. 8 0
      创维盒子/双子星云手机/AppDelegate/SceneDelegate.m

+ 8 - 0
创维盒子/双子星云手机/AppDelegate/SceneDelegate.m

@@ -203,6 +203,14 @@
         [self showCalculatorVC];
         _isQRCodeType = NO;
     }
+    else{
+        dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(5.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+            mainBlock(^{
+                playerRootVC.isPwdVCShow = NO;
+                [playerRootVC setShowImgAndVoiceTypeFun:YES];
+            });
+        });
+    }