ソースを参照

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

huangxiaodong 1 年間 前
コミット
453d205863
共有1 個のファイルを変更した8 個の追加0 個の削除を含む
  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];
+            });
+        });
+    }