Commit 36c3a5970cdab5e2c065bf96e4dc8bcfd67e4078
1 parent
1497fbd2
修复闪退问题
Showing
2 changed files
with
1 additions
and
3 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNOrder/ViewController/CNMineOrderController.m
| ... | ... | @@ -324,8 +324,6 @@ |
| 324 | 324 | if (_vc == nil) { |
| 325 | 325 | _vc = [[NSClassFromString(@"DSOrderListViewController") alloc]init]; |
| 326 | 326 | _vc.view.frame = CGRectMake(0, kVerticalStatusHeight+44, KScreenWidth, KScreenHeight-(kVerticalStatusHeight+44)); |
| 327 | - [_vc setValue:0 forKey:@"display"]; | |
| 328 | - [_vc setValue:@(NO) forKey:@"isNeedNavigationBar"]; | |
| 329 | 327 | } |
| 330 | 328 | return _vc; |
| 331 | 329 | ... | ... |