Commit df0a00e44ad06629cd4601c90c5ea668defb3e48
1 parent
acf5f6e5
修改跳转问题
Showing
2 changed files
with
4 additions
and
4 deletions
CNLiveWitnessVideoModule.podspec
CNLiveWitnessVideoModule/Classes/Controller/CNBWitnessListController.m
| ... | ... | @@ -64,10 +64,10 @@ NSString * const kIdentifier = @"CNBWitnessListCell"; |
| 64 | 64 | for (NSDictionary *dic in array) { |
| 65 | 65 | CNBWitnessListModel *witnessModel = [CNBWitnessListModel mj_objectWithKeyValues:dic]; |
| 66 | 66 | [_dataSource addObject:witnessModel]; |
| 67 | - _currentPlayIndex = currentIndex; | |
| 68 | - _pageIndex = pageNum + 1; | |
| 69 | - _isHaveNext = @"1"; | |
| 70 | 67 | } |
| 68 | + _currentPlayIndex = currentIndex; | |
| 69 | + _pageIndex = pageNum + 1; | |
| 70 | + _isHaveNext = @"1"; | |
| 71 | 71 | }else { |
| 72 | 72 | if (currentIndex <= array.count) { |
| 73 | 73 | NSDictionary *dic = array[currentIndex]; | ... | ... |