developer
2023-11-10 fd94d7149c22bca6e323de3e44d28a50d7bbf481
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)];