Commit f34c4858266b90fadfafe149fe60ce85a4186b9e
1 parent
85997a7c
no message
Showing
2 changed files
with
3 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveVideoClassifyKit' | 10 | s.name = 'CNLiveVideoClassifyKit' |
| 11 | - s.version = '0.0.6' | 11 | + s.version = '0.0.7' |
| 12 | s.summary = '视讯头部一二级菜单组件' | 12 | s.summary = '视讯头部一二级菜单组件' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveVideoClassifyKit/Classes/Controller/CNLiveClassifySegmentController.m
| @@ -747,7 +747,8 @@ static CGFloat moveHeight = 50; | @@ -747,7 +747,8 @@ static CGFloat moveHeight = 50; | ||
| 747 | if (model.pageStyleList.count>0) { | 747 | if (model.pageStyleList.count>0) { |
| 748 | paramDic = @{ | 748 | paramDic = @{ |
| 749 | @"showName":model.showName?model.showName:@"", | 749 | @"showName":model.showName?model.showName:@"", |
| 750 | - @"backgroundColor":model.backgroundColor?model.backgroundColor:@"" | 750 | + @"backgroundColor":model.backgroundColor?model.backgroundColor:@"", |
| 751 | + @"index":@(index) | ||
| 751 | }; | 752 | }; |
| 752 | [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpPushOtherSegmentVC pageType:model.pageType.integerValue param:paramDic]; | 753 | [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpPushOtherSegmentVC pageType:model.pageType.integerValue param:paramDic]; |
| 753 | 754 |