Commit f34c4858266b90fadfafe149fe60ce85a4186b9e
1 parent
85997a7c
no message
Showing
2 changed files
with
3 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/Controller/CNLiveClassifySegmentController.m
| ... | ... | @@ -747,7 +747,8 @@ static CGFloat moveHeight = 50; |
| 747 | 747 | if (model.pageStyleList.count>0) { |
| 748 | 748 | paramDic = @{ |
| 749 | 749 | @"showName":model.showName?model.showName:@"", |
| 750 | - @"backgroundColor":model.backgroundColor?model.backgroundColor:@"" | |
| 750 | + @"backgroundColor":model.backgroundColor?model.backgroundColor:@"", | |
| 751 | + @"index":@(index) | |
| 751 | 752 | }; |
| 752 | 753 | [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpPushOtherSegmentVC pageType:model.pageType.integerValue param:paramDic]; |
| 753 | 754 | ... | ... |