Commit 079680cade75cff2bec4d461f2311015cdacc263
1 parent
c8438b89
取值修改
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/ClassifyCategory/Controller/CNLiveSubSegmentController.m
| ... | ... | @@ -295,7 +295,7 @@ |
| 295 | 295 | NSMutableArray *array = [NSMutableArray array]; |
| 296 | 296 | for (CNCategoryGetChannelModel *model in self.pageListArr) { |
| 297 | 297 | if (!CNLiveStringIsEmpty(model.showName) && !CNLiveStringIsEmpty(model.pageType)) { |
| 298 | - [self.titles addObject:model.name]; | |
| 298 | + [self.titles addObject:model.showName]; | |
| 299 | 299 | [array addObject:model]; |
| 300 | 300 | if (!CNLiveStringIsEmpty(model.defaultPage) && [model.defaultPage isEqualToString:@"1"]) { |
| 301 | 301 | self.ld_currentIndex = [self.pageListArr indexOfObject:model]; | ... | ... |