Commit f17f6aaf2f1f3a494e0ca55b13291c66da552d18

Authored by yanglingyu
1 parent 3f88980e

0.0.6

CNLiveCServiceModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCServiceModule'
11   - s.version = '0.0.5'
  11 + s.version = '0.0.6'
12 12 s.summary = '我的服务内容'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveCServiceModule/Classes/ViewController/CNLiveServiceSearchVC.m
... ... @@ -85,7 +85,6 @@ static NSString *HistoryFootID = @"HistoryFootID";
85 85 }
86 86 } error:^{
87 87 [QMUITips hideAllTipsInView:self.view];
88   -
89 88 }];
90 89 }
91 90 -(void)removeEmptyView
... ...