Commit f34c4858266b90fadfafe149fe60ce85a4186b9e

Authored by yanglingyu
1 parent 85997a7c

no message

CNLiveVideoClassifyKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveVideoClassifyKit'
11   - s.version = '0.0.6'
  11 + s.version = '0.0.7'
12 12 s.summary = '视讯头部一二级菜单组件'
13 13  
14 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 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  
... ...