Commit 972356541ab74441431a33118477df6464a82a38
1 parent
dbc9c0ea
no message
Showing
1 changed file
with
1 additions
and
8 deletions
CNLiveBMineModule/Classes/View/CNLiveMineHeaderView.m
| @@ -300,14 +300,7 @@ static const NSInteger margin = 20; | @@ -300,14 +300,7 @@ static const NSInteger margin = 20; | ||
| 300 | _certification.numberOfLines = 1; | 300 | _certification.numberOfLines = 1; |
| 301 | _certification.textColor = [UIColor whiteColor]; | 301 | _certification.textColor = [UIColor whiteColor]; |
| 302 | _certification.font = [UIFont systemFontOfSize:16]; | 302 | _certification.font = [UIFont systemFontOfSize:16]; |
| 303 | - NSMutableArray *images = [NSMutableArray arrayWithArray:@[@"mine_wjj_certification"]]; | ||
| 304 | - //个人 | ||
| 305 | - if ([CNUserShareModel.wjjStatus.personStatus isEqualToString:@"1"]) { | ||
| 306 | - [images addObject:@"mine_doyen"]; | ||
| 307 | - }else{ | ||
| 308 | - [images addObject:@"mine_common"]; | ||
| 309 | - } | ||
| 310 | - | 303 | + NSMutableArray *images = [NSMutableArray arrayWithArray:@[@"mine_wjj_certification", @"mine_common"]]; |
| 311 | // 企业 | 304 | // 企业 |
| 312 | if ([CNUserShareModel.wjjStatus.institutionStatus isEqualToString:@"1"]) { | 305 | if ([CNUserShareModel.wjjStatus.institutionStatus isEqualToString:@"1"]) { |
| 313 | [images addObject:@"mine_qiye"]; | 306 | [images addObject:@"mine_qiye"]; |