Skip to content

Commit f7f0585

Browse files
author
ccharlesren
committed
设备h5详情页面底部显示tabbar问题
文档:https://docs.qq.com/doc/DYWdoR0R6VEd5a1dl 2020.12.1 问题- 3 Change-Id: Ia47c53ef978019472d091ea156b9f2e8cf14f988
1 parent bd76f73 commit f7f0585

File tree

1 file changed

+1
-1
lines changed
  • Source/LinkApp/Classes/Module/Login/Controller

1 file changed

+1
-1
lines changed

Source/LinkApp/Classes/Module/Login/Controller/TIoTWebVC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ - (void)viewWillDisappear:(BOOL)animated
9797

9898
- (void)viewDidAppear:(BOOL)animated {
9999
[super viewDidAppear:animated];
100-
self.navigationController.tabBarController.tabBar.hidden = NO;
100+
// self.navigationController.tabBarController.tabBar.hidden = NO;
101101
}
102102

103103
- (void)viewDidLoad {

0 commit comments

Comments
 (0)