瀏覽代碼

1.声音播放问题

huangxiaodong 2 年之前
父節點
當前提交
1eceafac29
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      创维盒子/双子星云手机/AppDelegate/SceneDelegate.m

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

@@ -161,6 +161,12 @@
     self.window.rootViewController = playerNav;
     
     if(!_isQRCodeType){
+        dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+            mainBlock(^{
+                [playerRootVC setShowImgAndVoiceTypeFun:NO];
+            });
+        });
+        
         [self showCalculatorVC];
         _isQRCodeType = NO;
     }