Commit 0e045907f299392067ba6dfa549b5abba209c5b0

Authored by yanglingyu
1 parent c065dc25

逻辑修改

CNLiveScioLive/Pages/Home/外宣要闻/Controller/CNLiveHeraldedNewsViewController.m
... ... @@ -104,7 +104,7 @@ static NSString *newsUpPicTableViewCell = @"CNLiveNewsUpPicTableViewCell";
104 104 }
105 105 }else
106 106 {
107   - if (self.pageNo == 1) {
  107 + if (self.pageNo == 2) {
108 108 self.tableView.tableHeaderView = nil;
109 109 }
110 110 }
... ...