Commit 9306ddb72497cd960906a5661e9b143154078e2a

Authored by zhangxiaowen
1 parent 22a893b6

no message

CNLiveCollectionModule/Classes/Controller/CNLiveCollectionController.m
@@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
79 } 79 }
80 80
81 if (self.data.count == 0) {//显示empty 81 if (self.data.count == 0) {//显示empty
82 - [self showEmptyViewWithImage:[UIImage imageNamed:@"zhuangtai_kong"] text:@"您现在没有相关内容哦" detailText:@"" buttonTitle:@"" buttonAction:nil]; 82 +// [self showEmptyViewWithImage:[UIImage imageNamed:@"zhuangtai_kong"] text:@"您现在没有相关内容哦" detailText:@"" buttonTitle:@"" buttonAction:nil];
83 [self setCNNoDataEmptyView]; 83 [self setCNNoDataEmptyView];
84 self.tableView.tableFooterView = nil; 84 self.tableView.tableFooterView = nil;
85 } 85 }
CNLiveCollectionModule/Classes/Module/CNLiveCollectionService.m
@@ -20,12 +20,11 @@ @@ -20,12 +20,11 @@
20 20
21 @implementation CNLiveCollectionService 21 @implementation CNLiveCollectionService
22 22
23 -// 扫一扫  
24 -- (UIViewController *)getScanQrCodeController { 23 +- (UIViewController *)getCollectionViewController {
25 return [CNLiveCollectionController new]; 24 return [CNLiveCollectionController new];
26 } 25 }
27 26
28 -- (void)pushToScanQrCodeController{ 27 +- (void)pushToCollectionViewController{
29 CNLiveCollectionController *vc = [[CNLiveCollectionController alloc]init]; 28 CNLiveCollectionController *vc = [[CNLiveCollectionController alloc]init];
30 [CNLivePageJumpManager jumpViewController:vc]; 29 [CNLivePageJumpManager jumpViewController:vc];
31 } 30 }