Commit f2d883092f07580bc058658aed8ae782cbc30091
1 parent
efef1433
登录拉起失败
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
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) { | ... | ... |