From fd94d7149c22bca6e323de3e44d28a50d7bbf481 Mon Sep 17 00:00:00 2001
From: developer <developer@developerdeiMac.local>
Date: 星期五, 10 十一月 2023 17:41:30 +0800
Subject: [PATCH] 3.1.11版本

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

diff --git a/BuWanVideo2.0/HelpViewController.m b/BuWanVideo2.0/HelpViewController.m
index d3ce11e..9be1a12 100755
--- a/BuWanVideo2.0/HelpViewController.m
+++ b/BuWanVideo2.0/HelpViewController.m
@@ -65,6 +65,7 @@
     UILabel *lianxi = [[UILabel alloc]initWithFrame:CGRectMake(15, 13, 80, 30)];
     lianxi.text = @"鑱旂郴鎴戜滑";
     lianxi.font = [UIFont systemFontOfSize:18];
+    lianxi.textColor=[UIColor blackColor];
     [women addSubview:lianxi];
     
     UIImageView *image = [[UIImageView alloc]init];
@@ -74,6 +75,7 @@
     
     UILabel *kefu = [[UILabel alloc]initWithFrame:CGRectMake(80, 62, 70, 30)];
     kefu.text = @"QQ瀹㈡湇";
+    kefu.textColor=[UIColor blackColor];
     kefu.font = [UIFont systemFontOfSize:16];
     [women addSubview:kefu];
     
@@ -96,6 +98,7 @@
     UILabel *changjian = [[UILabel alloc]initWithFrame:CGRectMake(15, 13, 80, 30)];
     changjian.text = @"甯歌闂";
     changjian.font = [UIFont systemFontOfSize:18];
+    changjian.textColor=[UIColor blackColor];
     [wenti addSubview:changjian];
     
     UILabel *L4 = [[UILabel alloc]initWithFrame:CGRectMake(0, 49, KScreenW, 1)];

--
Gitblit v1.8.0