From f35cb784f7edb05b113494e86a00268ef902ae89 Mon Sep 17 00:00:00 2001 From: 重庆迈尖科技有限公司 Date: 星期三, 18 八月 2021 14:03:27 +0800 Subject: [PATCH] 3.1.2完善 --- BuWanVideo2.0/LeftViewController.m | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/BuWanVideo2.0/LeftViewController.m b/BuWanVideo2.0/LeftViewController.m index fee0144..096fec7 100755 --- a/BuWanVideo2.0/LeftViewController.m +++ b/BuWanVideo2.0/LeftViewController.m @@ -184,6 +184,7 @@ case 0:{ if([[NSUserDefaults standardUserDefaults] boolForKey:@"userOnLine"]){//鍒ゆ柇鐢ㄦ埛鏄惁鐧诲綍 BuyVipController *vc = [[BuyVipController alloc] init]; + [vc setHidesBottomBarWhenPushed:YES]; vc.url =[[NSUserDefaults standardUserDefaults] objectForKey:VIPLINK]; [self.navigationController pushViewController:vc animated:YES]; }else{ -- Gitblit v1.8.0