Commit ee1d306b02994e79fa88c1462dc3a7a7e83e2ba0

Authored by zhangxiaowen
1 parent cedf6b0a

no message

CNLiveCollectionModule/Classes/Controller/CNLiveCollectionController.m
@@ -37,7 +37,7 @@ static const CGFloat timeValue = 1.5; @@ -37,7 +37,7 @@ static const CGFloat timeValue = 1.5;
37 37
38 #pragma mark - 数据 38 #pragma mark - 数据
39 - (void)loadData{ 39 - (void)loadData{
40 - [QMUITips showLoadingInView:self.view]; 40 +// [QMUITips showLoadingInView:self.view];
41 __weak typeof(self) weakSelf = self; 41 __weak typeof(self) weakSelf = self;
42 42
43 [CNLiveCollectionRequest getCollectionList:[NSString stringWithFormat:@"%ld",_pageNo] pageSize:[NSString stringWithFormat:@"%ld",_pageSize] block:^(BOOL isSuccess, NSArray * _Nonnull array, NSError * _Nonnull error) { 43 [CNLiveCollectionRequest getCollectionList:[NSString stringWithFormat:@"%ld",_pageNo] pageSize:[NSString stringWithFormat:@"%ld",_pageSize] block:^(BOOL isSuccess, NSArray * _Nonnull array, NSError * _Nonnull error) {