Commit f2d883092f07580bc058658aed8ae782cbc30091

Authored by yanglingyu
1 parent efef1433

登录拉起失败

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.32' 11 + s.version = '0.0.33'
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/ClassifyCategory/Controller/CNLiveClassifySegmentController.m
@@ -126,6 +126,7 @@ static const CGFloat animationHeight = 15; @@ -126,6 +126,7 @@ static const CGFloat animationHeight = 15;
126 self.fuzzyView = [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpShowFuzzyView]; 126 self.fuzzyView = [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpShowFuzzyView];
127 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(touristsLoginTipsViewIsClassify:) name:TouristloginTipsViewActionNotification object:nil]; 127 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(touristsLoginTipsViewIsClassify:) name:TouristloginTipsViewActionNotification object:nil];
128 } 128 }
  129 + }
129 //最后判断是否有url// 130 //最后判断是否有url//
130 NSString *url = [BHConfig get:LoginPrepositionUrl]; 131 NSString *url = [BHConfig get:LoginPrepositionUrl];
131 if(url && ![url isEqualToString:@""]){ 132 if(url && ![url isEqualToString:@""]){
@@ -149,7 +150,6 @@ static const CGFloat animationHeight = 15; @@ -149,7 +150,6 @@ static const CGFloat animationHeight = 15;
149 } 150 }
150 } 151 }
151 } 152 }
152 - }  
153 } 153 }
154 self.categoryView.defaultSelectedIndex = self.ld_currentIndex; 154 self.categoryView.defaultSelectedIndex = self.ld_currentIndex;
155 if (!self.isLoading) { 155 if (!self.isLoading) {