Commit c065dc2581030de72f0c4325bf55bee57ba4e094
1 parent
d328b0a3
逻辑调整
Showing
1 changed file
with
5 additions
and
2 deletions
CNLiveScioLive/Pages/Home/外宣要闻/Controller/CNLiveHeraldedNewsViewController.m
| ... | ... | @@ -102,8 +102,11 @@ static NSString *newsUpPicTableViewCell = @"CNLiveNewsUpPicTableViewCell"; |
| 102 | 102 | self.cycleScrollView.titlesGroup = titles; |
| 103 | 103 | self.cycleScrollView.imageURLStringsGroup = imagesURLStrings; |
| 104 | 104 | } |
| 105 | - }else{ | |
| 106 | - self.tableView.tableHeaderView = nil; | |
| 105 | + }else | |
| 106 | + { | |
| 107 | + if (self.pageNo == 1) { | |
| 108 | + self.tableView.tableHeaderView = nil; | |
| 109 | + } | |
| 107 | 110 | } |
| 108 | 111 | } else { |
| 109 | 112 | [AlertViewTool showHUDViewText:dic[@"errorMessage"]]; | ... | ... |