fixed: 1.我的金币页面导航显示修复
2.金币详情页兑换按钮不显示 3.实时动态页面调整 4.金币兑换页面调整
This commit is contained in:
+9
@@ -35,6 +35,15 @@
|
||||
[self loadRightData];
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated {
|
||||
[super viewWillAppear:animated];
|
||||
self.navigationController.navigationBar.translucent = YES;
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated {
|
||||
[super viewWillDisappear:animated];
|
||||
self.navigationController.navigationBar.translucent = NO;
|
||||
}
|
||||
|
||||
-(void)creatSubViews
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user