Commit f2d883092f07580bc058658aed8ae782cbc30091

Authored by yanglingyu
1 parent efef1433

登录拉起失败

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