developer
2023-10-23 5d70d9a1849bac7a9eb3f24931d6a8987dd7b6e3
BuWanVideo2.0/WebControllerView.m
@@ -30,7 +30,7 @@
    self.navigationItem.title = @"发现";
    self.view.backgroundColor=[UIColor whiteColor];
    
    self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor whiteColor],NSFontAttributeName:[UIFont systemFontOfSize:18]};
    self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor blackColor],NSFontAttributeName:[UIFont systemFontOfSize:18]};
    
    UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];   //返回上个网页
    [button setImage:[[UIImage imageNamed:@"详情页面返回"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal] forState:UIControlStateNormal];