From c2c0b4f016502c4d1e3a3d63854d800521374f6b Mon Sep 17 00:00:00 2001
From: developer <developer@developerdeiMac.local>
Date: 星期二, 31 十月 2023 17:45:48 +0800
Subject: [PATCH] 3.1.10版

---
 BuWanVideo2.0/BaseViewController.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/BuWanVideo2.0/BaseViewController.m b/BuWanVideo2.0/BaseViewController.m
index 9c85962..db10307 100755
--- a/BuWanVideo2.0/BaseViewController.m
+++ b/BuWanVideo2.0/BaseViewController.m
@@ -44,7 +44,7 @@
     }
     NSLog(@"%f == %f  \n  %f === %f",KScreenH,KScreenW,[[UIScreen mainScreen] currentMode].size.height,[[UIScreen mainScreen] currentMode].size.width);
     //    璁剧疆棰滆壊
-    //statusBarView.backgroundColor = kGlobalMainColor;
+    statusBarView.backgroundColor = [UIColor whiteColor];
     //[self.navigationController.navigationBar setBackgroundColor:kGlobalMainColor];
 
     [self.navigationController.navigationBar addSubview:statusBarView];

--
Gitblit v1.8.0