|
@@ -135,7 +135,7 @@
|
|
|
[self.tableView.mj_header endRefreshing];
|
|
|
[self.tableView.mj_footer endRefreshing];
|
|
|
self.currentPage = 1;
|
|
|
- if (self.currentChannel >= 2 && self.currentChannel <= 10) {
|
|
|
+ if (self.currentChannel >= 67 && self.currentChannel <= 75) {
|
|
|
[self.tableView reloadData];
|
|
|
}else{
|
|
|
[self.dataSource removeAllObjects];
|
|
@@ -150,7 +150,7 @@
|
|
|
[self.tableView.mj_footer resetNoMoreData];
|
|
|
return;
|
|
|
}
|
|
|
- if (self.currentChannel >= 2 && self.currentChannel <= 10) {
|
|
|
+ if (self.currentChannel >= 67 && self.currentChannel <= 75) {
|
|
|
[self.tableView.mj_footer resetNoMoreData];
|
|
|
}else{
|
|
|
[self ReGetHomeListData:self.currentChannel];
|
|
@@ -185,14 +185,14 @@
|
|
|
dispatch_semaphore_t sem = dispatch_semaphore_create(0);
|
|
|
__block NSInteger httpFinishCount = 0;
|
|
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
|
|
- [[HttpManager sharedHttpManager] GETUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,HomeSlideImages_GET] parameters: @{} responseStyle:JOSN success:^(id _Nonnull responseObject) {
|
|
|
+ [[HttpManager sharedHttpManager] GETUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,HomeSlideImages_GET] parameters: @{@"TypeId":@1} responseStyle:JOSN success:^(id _Nonnull responseObject) {
|
|
|
NSArray *arr = responseObject[@"Items"];
|
|
|
NSLog(@"首页轮播数据%@",arr.firstObject);
|
|
|
[weakSelf.bannerModelArray removeAllObjects];
|
|
|
[weakSelf.bannerImgArr removeAllObjects];
|
|
|
NSMutableArray *array = [NSMutableArray array];
|
|
|
NSMutableArray *array2 = [NSMutableArray array];
|
|
|
- for (int i = 0; i < arr.count; i++) {
|
|
|
+ for (NSInteger i = 0; i < arr.count; i++) {
|
|
|
NSDictionary *dic = arr[i];
|
|
|
HomeTopImageModel *imageModel = [[HomeTopImageModel alloc] initWithDictionary:dic error:nil];
|
|
|
[array2 addObject:imageModel];
|
|
@@ -205,7 +205,9 @@
|
|
|
dispatch_semaphore_signal(sem);
|
|
|
}
|
|
|
} failure:^(NSError * _Nonnull error) {
|
|
|
- REMOVESHOW
|
|
|
+ if (++httpFinishCount == 3) {
|
|
|
+ dispatch_semaphore_signal(sem);
|
|
|
+ }
|
|
|
}];
|
|
|
|
|
|
#pragma mark - 频道
|
|
@@ -227,7 +229,6 @@
|
|
|
dispatch_semaphore_signal(sem);
|
|
|
}
|
|
|
} failure:^(NSError * _Nonnull error) {
|
|
|
- REMOVESHOW
|
|
|
}];
|
|
|
|
|
|
#pragma mark - 列表
|
|
@@ -243,7 +244,6 @@
|
|
|
}];
|
|
|
dispatch_semaphore_wait(sem, DISPATCH_TIME_FOREVER);
|
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
|
- REMOVESHOW
|
|
|
[weakSelf.tableView.mj_header endRefreshing];
|
|
|
[weakSelf.tableView.mj_footer endRefreshing];
|
|
|
[weakSelf.tableView reloadData];
|
|
@@ -253,11 +253,9 @@
|
|
|
- (void)ReGetHomeListData:(NSInteger)channelId
|
|
|
{
|
|
|
WS(weakSelf);
|
|
|
- SHOWLOADING
|
|
|
if (self.currentChannel == 1) {
|
|
|
NSDictionary * paraDict = @{@"Type":@"MyChecking",@"page":@(self.currentPage),@"perPage":@10};
|
|
|
[[HttpManager sharedHttpManager] GETUrl:Host(WorkFlowAddApproval_Post) parameters:paraDict responseStyle:JOSN success:^(id _Nonnull responseObject) {
|
|
|
- REMOVESHOW
|
|
|
NSDictionary *dic = (NSDictionary *)responseObject;
|
|
|
HomeArticleModel *model = [HomeArticleModel modelWithDictionary:dic];
|
|
|
[weakSelf.tableView.mj_header endRefreshing];
|
|
@@ -278,14 +276,12 @@
|
|
|
}
|
|
|
});
|
|
|
} failure:^(NSError * _Nonnull error) {
|
|
|
- REMOVESHOW
|
|
|
[weakSelf.tableView.mj_header endRefreshing];
|
|
|
[weakSelf.tableView.mj_footer endRefreshing];
|
|
|
SHOWERROR([ZYCTool handerResultData:error])
|
|
|
}];
|
|
|
}else{
|
|
|
[[HttpManager sharedHttpManager] POSTUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,Article_Notice_list_Post] parameters: @{@"page":@(self.currentPage),@"perPage":@10,@"GroupId":@(channelId)} responseStyle:JOSN success:^(id _Nonnull responseObject) {
|
|
|
- REMOVESHOW
|
|
|
NSDictionary *dic = (NSDictionary *)responseObject;
|
|
|
HomeArticleModel *model = [HomeArticleModel modelWithDictionary:dic];
|
|
|
[weakSelf.tableView.mj_header endRefreshing];
|
|
@@ -306,7 +302,6 @@
|
|
|
}
|
|
|
});
|
|
|
} failure:^(NSError * _Nonnull error) {
|
|
|
- REMOVESHOW
|
|
|
[weakSelf.tableView.mj_header endRefreshing];
|
|
|
[weakSelf.tableView.mj_footer endRefreshing];
|
|
|
}];
|
|
@@ -452,57 +447,7 @@
|
|
|
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
|
|
|
Item *model = self.dataSource[indexPath.row];
|
|
|
switch (self.currentChannel) {
|
|
|
- case 1:
|
|
|
- {
|
|
|
- return 159.f + 15.f;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 2:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 3:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 4:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 5:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 6:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 7:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 8:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 9:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- case 10:
|
|
|
- {
|
|
|
- return UITableViewAutomaticDimension;
|
|
|
- }
|
|
|
- break;
|
|
|
- default:
|
|
|
+ case 0:
|
|
|
{
|
|
|
if (model.ImageUrls.count == 0) {
|
|
|
model.cellID = 1;
|
|
@@ -514,14 +459,6 @@
|
|
|
switch (model.cellID) {
|
|
|
case 1:
|
|
|
{
|
|
|
-// UILabel * label = [UILabel new];
|
|
|
-// label.text = model.Title;
|
|
|
-// label.font = [UIFont systemFontOfSize:18];
|
|
|
-// label.numberOfLines = 2;
|
|
|
-// CGSize maxSize = CGSizeMake(SCREEN_WIDTH - 30, CGFLOAT_MAX);
|
|
|
-// CGSize newSize = [label sizeThatFits:maxSize];
|
|
|
-// int height = 49 + newSize.height;
|
|
|
-// return height;
|
|
|
return UITableViewAutomaticDimension;
|
|
|
}
|
|
|
break;
|
|
@@ -546,6 +483,16 @@
|
|
|
}
|
|
|
}
|
|
|
break;
|
|
|
+ case 1:
|
|
|
+ {
|
|
|
+ return 159.f + 15.f;
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ default:
|
|
|
+ {
|
|
|
+ return UITableViewAutomaticDimension;
|
|
|
+ }
|
|
|
+ break;
|
|
|
}
|
|
|
}
|
|
|
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
|
|
@@ -565,7 +512,7 @@
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 2:
|
|
|
+ case 72:
|
|
|
{
|
|
|
HomeMusicCell * cell = [HomeMusicCell configCell:tableView indexPath:indexPath];
|
|
|
if (indexPath.row == 0) {
|
|
@@ -574,7 +521,7 @@
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 3:
|
|
|
+ case 75:
|
|
|
{
|
|
|
HomeSchoolCell * cell = [HomeSchoolCell configCell:tableView indexPath:indexPath];
|
|
|
if (indexPath.row == 0) {
|
|
@@ -585,7 +532,7 @@
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 4:
|
|
|
+ case 68:
|
|
|
{
|
|
|
HomeUserPrivilegeCell * cell = [HomeUserPrivilegeCell configCell:tableView indexPath:indexPath];
|
|
|
if (indexPath.row == 0) {
|
|
@@ -596,7 +543,7 @@
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 5:
|
|
|
+ case 70:
|
|
|
{
|
|
|
HomeWeiCousreCell * cell = [HomeWeiCousreCell configCell0:tableView indexPath:indexPath];
|
|
|
if (indexPath.row == 0) {
|
|
@@ -605,7 +552,7 @@
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 6:
|
|
|
+ case 73:
|
|
|
{
|
|
|
if (indexPath.row == 0) {
|
|
|
HomeProblemTopCell * cell = [HomeProblemTopCell configCell0:tableView indexPath:indexPath];
|
|
@@ -618,7 +565,7 @@
|
|
|
}
|
|
|
}
|
|
|
break;
|
|
|
- case 7:
|
|
|
+ case 71:
|
|
|
{
|
|
|
HomeGoodBookCell * cell = [HomeGoodBookCell configCell:tableView indexPath:indexPath];
|
|
|
if (indexPath.row == 0) {
|
|
@@ -634,20 +581,20 @@
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 8:
|
|
|
+ case 69:
|
|
|
{
|
|
|
BookSubArticeCell * cell = [BookSubArticeCell configCell:tableView indexPath:indexPath];
|
|
|
[cell setData];
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 9:
|
|
|
+ case 74:
|
|
|
{
|
|
|
HomeTeacherCell * cell = [HomeTeacherCell configCell:tableView indexPath:indexPath];
|
|
|
return cell;
|
|
|
}
|
|
|
break;
|
|
|
- case 10:
|
|
|
+ case 67:
|
|
|
{
|
|
|
if (indexPath.row == 0) {
|
|
|
HomeBigshotCell * cell = [HomeBigshotCell configCell0:tableView indexPath:indexPath];
|
|
@@ -835,7 +782,7 @@
|
|
|
[weakSelf.tableView reloadData];
|
|
|
});
|
|
|
} failure:^(NSError * _Nonnull error) {
|
|
|
- REMOVESHOW
|
|
|
+
|
|
|
}];
|
|
|
}
|
|
|
#pragma mark - SLBannerViewDelegate
|
|
@@ -847,10 +794,8 @@
|
|
|
- (void)getArticleDetail:(NSInteger)index{
|
|
|
HomeTopImageModel *model = self.bannerModelArray[index];
|
|
|
NSLog(@"点击轮播图%ld",(long)model.ArticleId);
|
|
|
- SHOWLOADING
|
|
|
WEAKSELF
|
|
|
[[HttpManager sharedHttpManager] GETWithUrl:[NSString stringWithFormat:@"%@%ld",Article_Detail_Get,(long)model.ArticleId] parameters:@{} success:^(id _Nonnull responseObject) {
|
|
|
- REMOVESHOW;
|
|
|
Item *model = [[Item alloc]initWithDictionary:responseObject error:nil];
|
|
|
// HomeDetailController *homeDetail = [[HomeDetailController alloc] init];
|
|
|
// [homeDetail loadCurrentModel:itemModel];
|
|
@@ -934,56 +879,51 @@
|
|
|
// workModel.ArticleGroupName = @"待办工作";
|
|
|
// workModel.IsSelect = NO;
|
|
|
// [self.myChannel addObject:workModel];
|
|
|
- ChannelModel * sModel = [[ChannelModel alloc] init];
|
|
|
- sModel.ArticleGroupId = 2;
|
|
|
- sModel.ArticleGroupName = @"信源听说";
|
|
|
- sModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:sModel];
|
|
|
- ChannelModel * mModel = [[ChannelModel alloc] init];
|
|
|
- mModel.ArticleGroupId = 3;
|
|
|
- mModel.ArticleGroupName = @"名校";
|
|
|
- mModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:mModel];
|
|
|
- ChannelModel * aModel = [[ChannelModel alloc] init];
|
|
|
- aModel.ArticleGroupId = 4;
|
|
|
- aModel.ArticleGroupName = @"会员特供";
|
|
|
- aModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:aModel];
|
|
|
- ChannelModel * bModel = [[ChannelModel alloc] init];
|
|
|
- bModel.ArticleGroupId = 5;
|
|
|
- bModel.ArticleGroupName = @"每日微课";
|
|
|
- bModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:bModel];
|
|
|
- ChannelModel * cModel = [[ChannelModel alloc] init];
|
|
|
- cModel.ArticleGroupId = 6;
|
|
|
- cModel.ArticleGroupName = @"每日一题";
|
|
|
- cModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:cModel];
|
|
|
- ChannelModel * dModel = [[ChannelModel alloc] init];
|
|
|
- dModel.ArticleGroupId = 7;
|
|
|
- dModel.ArticleGroupName = @"每日好书";
|
|
|
- dModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:dModel];
|
|
|
- ChannelModel * eModel = [[ChannelModel alloc] init];
|
|
|
- eModel.ArticleGroupId = 8;
|
|
|
- eModel.ArticleGroupName = @"每日好文";
|
|
|
- eModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:eModel];
|
|
|
- ChannelModel * fModel = [[ChannelModel alloc] init];
|
|
|
- fModel.ArticleGroupId = 9;
|
|
|
- fModel.ArticleGroupName = @"名师";
|
|
|
- fModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:fModel];
|
|
|
- ChannelModel * gModel = [[ChannelModel alloc] init];
|
|
|
- gModel.ArticleGroupId = 10;
|
|
|
- gModel.ArticleGroupName = @"大咖讲座";
|
|
|
- gModel.IsSelect = NO;
|
|
|
- [self.myChannel addObject:gModel];
|
|
|
+// ChannelModel * sModel = [[ChannelModel alloc] init];
|
|
|
+// sModel.ArticleGroupId = 2;
|
|
|
+// sModel.ArticleGroupName = @"信源听说";
|
|
|
+// sModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:sModel];
|
|
|
+// ChannelModel * mModel = [[ChannelModel alloc] init];
|
|
|
+// mModel.ArticleGroupId = 3;
|
|
|
+// mModel.ArticleGroupName = @"名校";
|
|
|
+// mModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:mModel];
|
|
|
+// ChannelModel * aModel = [[ChannelModel alloc] init];
|
|
|
+// aModel.ArticleGroupId = 4;
|
|
|
+// aModel.ArticleGroupName = @"会员特供";
|
|
|
+// aModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:aModel];
|
|
|
+// ChannelModel * bModel = [[ChannelModel alloc] init];
|
|
|
+// bModel.ArticleGroupId = 5;
|
|
|
+// bModel.ArticleGroupName = @"每日微课";
|
|
|
+// bModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:bModel];
|
|
|
+// ChannelModel * cModel = [[ChannelModel alloc] init];
|
|
|
+// cModel.ArticleGroupId = 6;
|
|
|
+// cModel.ArticleGroupName = @"每日技能";
|
|
|
+// cModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:cModel];
|
|
|
+// ChannelModel * dModel = [[ChannelModel alloc] init];
|
|
|
+// dModel.ArticleGroupId = 7;
|
|
|
+// dModel.ArticleGroupName = @"每日好书";
|
|
|
+// dModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:dModel];
|
|
|
// ChannelModel * eModel = [[ChannelModel alloc] init];
|
|
|
// eModel.ArticleGroupId = 8;
|
|
|
// eModel.ArticleGroupName = @"每日好文";
|
|
|
// eModel.IsSelect = NO;
|
|
|
// [self.myChannel addObject:eModel];
|
|
|
+// ChannelModel * fModel = [[ChannelModel alloc] init];
|
|
|
+// fModel.ArticleGroupId = 9;
|
|
|
+// fModel.ArticleGroupName = @"名师";
|
|
|
+// fModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:fModel];
|
|
|
+// ChannelModel * gModel = [[ChannelModel alloc] init];
|
|
|
+// gModel.ArticleGroupId = 10;
|
|
|
+// gModel.ArticleGroupName = @"大咖讲座";
|
|
|
+// gModel.IsSelect = NO;
|
|
|
+// [self.myChannel addObject:gModel];
|
|
|
}
|
|
|
- (UIView *)noDataView
|
|
|
{
|