SourceHomeVC.m 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388
  1. //
  2. // SourceHomeVC.m
  3. // smartRhino
  4. //
  5. // Created by niuzhen on 2020/5/6.
  6. // Copyright © 2020 tederen. All rights reserved.
  7. //
  8. #import "SourceHomeVC.h"
  9. #import "MyTDGroupView.h"
  10. #import "GHRefreshCollectionView.h"
  11. #import "ChatMsgListCell.h"
  12. #import "ChatMsgCollectionCell.h"
  13. #import "TDGroupInfoListModel.h"
  14. #import "TDGroupInfoListCell.h"
  15. #import "NoteBookVC.h"
  16. #import "OtherNoteBookVC.h"
  17. #import "MailListDetailVC.h"
  18. #import "MyFavoriteVC.h"
  19. #import "MyTDGroupViewController.h"
  20. #import "MoveViewController.h"
  21. #import "OtherFavoriteVC.h"
  22. #import "TDGroupInfoListVC.h"
  23. #import "WorkFlowDetailsController.h"
  24. #import "MyApprovalPageDetail.h"
  25. #import "DownFileViewController.h"
  26. #import "ShareListVC.h"
  27. #import "TDInterLeterHomeViewController.h"
  28. #import "MyTDTopicViewController.h"
  29. #import "MailListVC.h"
  30. #import "WaitWorkVC.h"
  31. #import "MyTDTopicSearchVC.h"
  32. #import "NoteBookShareVC.h"
  33. #import "SourceGroupVC.h"
  34. #import "ChatMsgListVC.h"
  35. #import "ShowBtn.h"
  36. #import "MenuListView.h"
  37. #import "TopicGroupManageModel.h"
  38. #import "MyTDTopicGroupManageVC.h"
  39. @interface SourceHomeVC ()<UITableViewDelegate,UITableViewDataSource,UICollectionViewDelegate,UICollectionViewDataSource,NoteBookShareVCDelegate,UIScrollViewDelegate>
  40. @property (weak, nonatomic) IBOutlet UITableView *tableView;
  41. @property (strong, nonatomic) UIView *HeadView;
  42. @property (strong, nonatomic) MyTDGroupView *SearchView;
  43. @property (strong, nonatomic) NSMutableArray *dataArray;
  44. @property (strong, nonatomic) NSMutableArray *collectionDataSource;
  45. @property (strong, nonatomic) NSMutableArray *selectGIdArray;
  46. @property (strong, nonatomic) NSMutableArray *groupListArray;
  47. @property (nonatomic, strong) GHRefreshCollectionView *collectionView;
  48. @property (strong, nonatomic) NoteBookShareVC *noteBookShareVC;
  49. @property (copy, nonatomic) FlowAttachmentsModel *sendModel;
  50. @property (assign, nonatomic) BOOL isReturn;
  51. @property (strong, nonatomic) ShowBtn *showBtn;
  52. @property (strong, nonatomic) MenuListView *menuListView;
  53. @property (assign, nonatomic) BOOL menuIsShow;
  54. @property (assign, nonatomic) CGFloat setY;
  55. @property (strong, nonatomic) UIView *sectionView;
  56. @end
  57. @implementation SourceHomeVC
  58. - (void)viewWillDisappear:(BOOL)animated
  59. {
  60. [super viewWillDisappear:animated];
  61. [self.showBtn dismissCom];
  62. self.menuIsShow = NO;
  63. [self.menuListView dismiss];
  64. }
  65. - (BOOL)hidesBottomBarWhenPushed{
  66. return NO;
  67. }
  68. - (UIView *)HeadView
  69. {
  70. if (!_HeadView) {
  71. _HeadView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 46)];
  72. _HeadView.backgroundColor = [UIColor whiteColor];
  73. }
  74. return _HeadView;
  75. }
  76. - (MyTDGroupView *)SearchView
  77. {
  78. if (!_SearchView) {
  79. _SearchView = [[MyTDGroupView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 36)];
  80. }
  81. return _SearchView;
  82. }
  83. -(NSMutableArray *)collectionDataSource{
  84. if(!_collectionDataSource){
  85. _collectionDataSource = [[NSMutableArray alloc] init];
  86. }
  87. return _collectionDataSource;
  88. }
  89. -(NSMutableArray *)dataArray{
  90. if(!_dataArray){
  91. _dataArray = [[NSMutableArray alloc] init];
  92. }
  93. return _dataArray;
  94. }
  95. -(NSMutableArray *)selectGIdArray{
  96. if(!_selectGIdArray){
  97. _selectGIdArray = [[NSMutableArray alloc] init];
  98. }
  99. return _selectGIdArray;
  100. }
  101. -(NSMutableArray *)groupListArray{
  102. if(!_groupListArray){
  103. _groupListArray = [[NSMutableArray alloc] init];
  104. }
  105. return _groupListArray;
  106. }
  107. - (ShowBtn *)showBtn
  108. {
  109. if (!_showBtn) {
  110. _showBtn = [ShowBtn new];
  111. }
  112. return _showBtn;
  113. }
  114. - (GHRefreshCollectionView *)collectionView {
  115. if (!_collectionView) {
  116. UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init];
  117. layout.scrollDirection = UICollectionViewScrollDirectionHorizontal;
  118. layout.sectionInset = UIEdgeInsetsMake(0, 0, 0, 0);
  119. _collectionView = [[GHRefreshCollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:layout];
  120. _collectionView.delegate = self;
  121. _collectionView.dataSource = self;
  122. _collectionView.showsHorizontalScrollIndicator = NO;
  123. [_collectionView registerNib:[UINib nibWithNibName:@"ChatMsgCollectionCell" bundle:nil] forCellWithReuseIdentifier:@"ChatMsgCollectionCell"];
  124. _collectionView.backgroundColor = [UIColor whiteColor];
  125. }
  126. return _collectionView;
  127. }
  128. - (void)viewDidLoad {
  129. [super viewDidLoad];
  130. self.fd_prefersNavigationBarHidden = YES;
  131. self.view.backgroundColor = RGB(240, 239, 244);
  132. self.tableView.delegate = self;
  133. self.tableView.dataSource = self;
  134. self.tableView.backgroundColor = [UIColor whiteColor];
  135. [self.HeadView addSubview:self.SearchView];
  136. [self.SearchView mas_makeConstraints:^(MASConstraintMaker *make) {
  137. make.top.mas_offset(5);
  138. make.left.right.mas_equalTo(self.HeadView);
  139. make.height.mas_offset(36);
  140. }];
  141. self.tableView.tableHeaderView = self.HeadView;
  142. [self initCollectionData];
  143. [self getData];
  144. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(pushSubViewController:) name:DRAWERPUSHVC object:nil];
  145. }
  146. - (void)getData
  147. {
  148. WS(weakSelf);
  149. NSDictionary * paraDict = @{@"ParentId":@(0),
  150. @"UserId":@([AppUserModel sharedAppUserModel].Id),
  151. @"Keyword": @"",
  152. @"Page":@(1),
  153. @"TopicGroupIds": @[],
  154. @"PerPage": @(99999999),
  155. @"Sort":@""
  156. };
  157. [[HttpManager sharedHttpManager] POSTUrl:Host(APP_Topic_Topic_List_Page) parameters:paraDict responseStyle:JOSN success:^(id _Nonnull responseObject) {
  158. NSLog(@"%@",responseObject);
  159. [weakSelf.tableView.mj_header endRefreshing];
  160. [weakSelf.tableView.mj_footer endRefreshing];
  161. TopicListModel * model = [TopicListModel modelWithDictionary:responseObject];
  162. [weakSelf.dataArray addObjectsFromArray:model.Items];
  163. dispatch_async(dispatch_get_main_queue(), ^{
  164. [weakSelf.tableView reloadData];
  165. [weakSelf.collectionView reloadData];
  166. });
  167. } failure:^(NSError * _Nonnull error) {
  168. [weakSelf.tableView.mj_header endRefreshing];
  169. [weakSelf.tableView.mj_footer endRefreshing];
  170. }];
  171. }
  172. -(void)initCollectionData{
  173. [self.collectionDataSource removeAllObjects];
  174. NSMutableArray * array = [NSMutableArray array];
  175. for (int i= 0;i < 4; i++) {
  176. MoreAppInfoModel *model = [[MoreAppInfoModel alloc] init];
  177. switch (i) {
  178. case 0:{
  179. model.title = @"收件箱";
  180. model.imgName = @"chatmsg_znx_icon";
  181. model.notImgName = @"chatmsg_tz_hui_icon";
  182. model.type = ChatMenuZhanXinType;
  183. model.readNum = 0;
  184. model.showEditFlag = YES;
  185. }break;
  186. case 1:{
  187. model.title = @"小组";
  188. model.imgName = @"chatmsg_xiaozu_icon";
  189. model.notImgName = @"chatmsg_tz_hui_icon";
  190. model.type = ChatMenuGroupType;
  191. model.readNum = 0;
  192. model.showEditFlag = YES;
  193. }break;
  194. case 2:{
  195. model.title = @"待办事项";
  196. model.imgName = @"chatmsg_dbsx_icon";
  197. model.notImgName = @"chatmsg_tz_hui_icon";
  198. model.type = ChatMenuWaitType;
  199. model.readNum = 0;
  200. model.showEditFlag = YES;
  201. }break;
  202. default:{
  203. model.title = @"私信";
  204. model.imgName = @"Common_sixin_icon";
  205. model.notImgName = @"Common_sixin_icon";
  206. model.type = ChatMenuSiXinType;
  207. model.readNum = 0;
  208. model.showEditFlag = YES;
  209. }break;
  210. }
  211. [array addObject:model];
  212. }
  213. self.collectionDataSource = array;
  214. [self.tableView reloadData];
  215. }
  216. #pragma mark - UITableViewDelegate
  217. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
  218. return 2;
  219. }
  220. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
  221. switch (section) {
  222. case 0:{
  223. return 1;
  224. }break;
  225. default:{
  226. return self.dataArray.count;
  227. }break;
  228. }
  229. }
  230. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
  231. switch (indexPath.section) {
  232. case 0:{
  233. return 80.f;
  234. }break;
  235. default:{
  236. return UITableViewAutomaticDimension;
  237. }break;
  238. }
  239. }
  240. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
  241. {
  242. switch (section) {
  243. case 0:{
  244. return 0.f;
  245. }break;
  246. default:{
  247. return 36.f;
  248. }break;
  249. }
  250. }
  251. - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
  252. {
  253. CGFloat width = (SCREEN_WIDTH - 20) / self.collectionDataSource.count;
  254. UILabel * testL = [UILabel new];
  255. testL.font = [UIFont systemFontOfSize:15];
  256. testL.text = @"收件箱";
  257. UILabel * testBtnL = [UILabel new];
  258. testBtnL.font = [UIFont systemFontOfSize:15];
  259. testBtnL.text = @"私信";
  260. switch (section) {
  261. case 0:{
  262. UIView * view = [UIView new];
  263. return view;
  264. }break;
  265. default:{
  266. self.sectionView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 36)];
  267. self.sectionView.backgroundColor = UIColorHex(0xF5F5F5);
  268. UILabel * label = [UILabel new];
  269. label.font = [UIFont systemFontOfSize:15];
  270. label.textColor = UIColorHex(0x666666);
  271. label.text = @"话 题";
  272. [self.sectionView addSubview:label];
  273. CGFloat w = [testL sizeThatFits:CGSizeMake(SCREEN_WIDTH, 20)].width;
  274. CGFloat left = (width - w) * 0.5 + 10;
  275. [label mas_makeConstraints:^(MASConstraintMaker *make) {
  276. make.left.mas_offset(left);
  277. make.centerY.mas_equalTo(self.sectionView);
  278. }];
  279. UIButton * btn = [UIButton new];
  280. [self.sectionView addSubview:btn];
  281. [btn setImage:IMG(@"ChatMsg_new_topic") forState:UIControlStateNormal];
  282. CGFloat r = [testBtnL sizeThatFits:CGSizeMake(SCREEN_WIDTH, 20)].width;
  283. CGFloat right = (width - r) * 0.5 - 0.5;
  284. [btn mas_makeConstraints:^(MASConstraintMaker *make) {
  285. make.right.mas_offset(-right);
  286. make.centerY.mas_equalTo(self.sectionView);
  287. make.size.mas_offset(CGSizeMake(36, 36));
  288. }];
  289. WS(weakSelf);
  290. [btn setAction:^{
  291. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  292. vc.hidesBottomBarWhenPushed = YES;
  293. vc.type = CollectModel_NewTopic;
  294. vc.upDateBlock = ^{
  295. };
  296. [weakSelf.navigationController pushViewController:vc animated:YES];
  297. }];
  298. [self autoSizeBtn:@"全部"];
  299. [self.sectionView addSubview:self.showBtn];
  300. [self setShowData];
  301. [self.showBtn mas_makeConstraints:^(MASConstraintMaker *make) {
  302. make.center.mas_equalTo(self.sectionView);
  303. }];
  304. return self.sectionView;
  305. }break;
  306. }
  307. }
  308. - (void)autoSizeBtn:(NSString *)title
  309. {
  310. [self.showBtn setcomTitle:title];
  311. }
  312. - (void)setShowData
  313. {
  314. [self getGroupList];
  315. self.menuIsShow = NO;
  316. WS(weakSelf);
  317. [self.showBtn setAction:^{
  318. if (!weakSelf.menuIsShow) {
  319. [weakSelf.menuListView show];
  320. [weakSelf.showBtn showCom];
  321. weakSelf.menuListView.SelectBtnblock = ^(NSArray * _Nonnull array) {
  322. [weakSelf.showBtn dismissCom];
  323. [weakSelf.selectGIdArray removeAllObjects];
  324. NSMutableString * showName = [[NSMutableString alloc] init];
  325. for (NSArray * subArray in array) {
  326. for (TopicGroupManageModel * model in subArray) {
  327. if (model.isSelect) {
  328. [showName appendString:model.Name];
  329. [showName appendString:@"、"];
  330. [weakSelf.selectGIdArray addObject:@(model.Id)];
  331. }
  332. }
  333. }
  334. if (showName.length > 1) {
  335. [showName deleteCharactersInRange:NSMakeRange(showName.length - 1, 1)];
  336. if (showName.length >= 10) {
  337. NSRange range1 = NSMakeRange(8, showName.length - 8);
  338. NSString *resultStr1 = [showName stringByReplacingCharactersInRange:range1 withString:@"..."];
  339. [weakSelf autoSizeBtn:resultStr1];
  340. }else{
  341. [weakSelf autoSizeBtn:showName];
  342. }
  343. }
  344. // if (weakSelf.selectGIdArray.count > 0) {
  345. // dispatch_async(dispatch_get_main_queue(), ^{
  346. // [weakSelf headRefresh];
  347. // });
  348. // }
  349. };
  350. weakSelf.menuListView.dismissBlock = ^{
  351. [weakSelf.showBtn dismissCom];
  352. };
  353. weakSelf.menuListView.SelectGroupblock = ^{
  354. [weakSelf.showBtn dismissCom];
  355. weakSelf.menuIsShow = NO;
  356. [weakSelf.menuListView dismiss];
  357. MyTDTopicGroupManageVC * vc = [MyTDTopicGroupManageVC initMyTDTopicGroupManageVC];
  358. vc.RefreshListBlock = ^{
  359. [weakSelf getGroupList];
  360. };
  361. [weakSelf.navigationController pushViewController:vc animated:YES];
  362. };
  363. weakSelf.menuIsShow = YES;
  364. }else{
  365. weakSelf.menuIsShow = NO;
  366. [weakSelf.showBtn dismissCom];
  367. [weakSelf.menuListView dismiss];
  368. }
  369. }];
  370. }
  371. - (void)getGroupList
  372. {
  373. [self.groupListArray removeAllObjects];
  374. WS(weakSelf);
  375. [[HttpManager sharedHttpManager] POSTUrl:Host(APP_Topic_Group) parameters:@{} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  376. NSLog(@"%@",responseObject);
  377. NSArray * array = responseObject;
  378. TopicGroupManageModel * allModel = [[TopicGroupManageModel alloc] init];
  379. allModel.Name = @"全部";
  380. allModel.Id = 0;
  381. allModel.isSelect = NO;
  382. [weakSelf.groupListArray addObject:allModel];
  383. [array enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
  384. NSDictionary * dict = (NSDictionary *)obj;
  385. TopicGroupManageModel * model = [TopicGroupManageModel modelWithDictionary:dict];
  386. [weakSelf.groupListArray addObject:model];
  387. }];
  388. dispatch_async(dispatch_get_main_queue(), ^{
  389. weakSelf.menuListView = [MenuListView MenuListViewaddArray:@[weakSelf.groupListArray] height:162 + NAVH MenuType:MenuMoreSelectType];
  390. });
  391. } failure:^(NSError * _Nonnull error) {
  392. dispatch_async(dispatch_get_main_queue(), ^{
  393. weakSelf.menuListView = [MenuListView MenuListViewaddArray:@[weakSelf.groupListArray] height:162 + NAVH MenuType:MenuMoreSelectType];
  394. });
  395. }];
  396. }
  397. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
  398. WS(weakSelf);
  399. switch (indexPath.section) {
  400. case 0:
  401. {
  402. ChatMsgListCell *cell = [ChatMsgListCell configCell1:tableView indexPath:indexPath];
  403. [cell.cell1ContentBgView addSubview:self.collectionView];
  404. self.collectionView.frame = CGRectMake(0, 0, SCREEN_WIDTH, cell.cell1ContentBgView.height);
  405. [self.collectionView reloadData];
  406. return cell;
  407. }
  408. break;
  409. default:
  410. {
  411. TopicListItemModel * model = [self.dataArray objectAtIndex:indexPath.row];
  412. switch (model.DataType) {
  413. case TopiclistCellImage:
  414. {
  415. TDGroupInfoListCell * cell;
  416. switch (model.Data.count) {
  417. case 1:
  418. {
  419. cell = [TDGroupInfoListCell configCell1:tableView indexPath:indexPath];
  420. cell.cellImagV1.hidden = NO;
  421. cell.cellImagV2.hidden = YES;
  422. cell.cellImagV3.hidden = YES;
  423. cell.cellImagV4.hidden = YES;
  424. cell.cellImagV5.hidden = YES;
  425. cell.cellImagV6.hidden = YES;
  426. cell.cellImagV7.hidden = YES;
  427. cell.cellImagV8.hidden = YES;
  428. cell.cellImagV9.hidden = YES;
  429. TopicListSubModel * subModel0 = model.Data[0];
  430. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  431. }
  432. break;
  433. case 2:
  434. {
  435. cell = [TDGroupInfoListCell configCell1:tableView indexPath:indexPath];
  436. cell.cellImagV1.hidden = NO;
  437. cell.cellImagV2.hidden = NO;
  438. cell.cellImagV3.hidden = YES;
  439. cell.cellImagV4.hidden = YES;
  440. cell.cellImagV5.hidden = YES;
  441. cell.cellImagV6.hidden = YES;
  442. cell.cellImagV7.hidden = YES;
  443. cell.cellImagV8.hidden = YES;
  444. cell.cellImagV9.hidden = YES;
  445. TopicListSubModel * subModel0 = model.Data[0];
  446. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  447. TopicListSubModel * subModel1 = model.Data[1];
  448. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  449. }
  450. break;
  451. case 3:
  452. {
  453. cell = [TDGroupInfoListCell configCell2:tableView indexPath:indexPath];
  454. cell.cellImagV1.hidden = NO;
  455. cell.cellImagV2.hidden = NO;
  456. cell.cellImagV3.hidden = NO;
  457. cell.cellImagV4.hidden = YES;
  458. cell.cellImagV5.hidden = YES;
  459. cell.cellImagV6.hidden = YES;
  460. cell.cellImagV7.hidden = YES;
  461. cell.cellImagV8.hidden = YES;
  462. cell.cellImagV9.hidden = YES;
  463. TopicListSubModel * subModel0 = model.Data[0];
  464. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  465. TopicListSubModel * subModel1 = model.Data[1];
  466. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  467. TopicListSubModel * subModel2 = model.Data[2];
  468. [cell.cellImagV3 sd_setImageWithURL:[NSURL URLWithString:subModel2.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  469. }
  470. break;
  471. case 4:
  472. {
  473. cell = [TDGroupInfoListCell configCell3:tableView indexPath:indexPath];
  474. cell.cellImagV1.hidden = NO;
  475. cell.cellImagV2.hidden = NO;
  476. cell.cellImagV3.hidden = NO;
  477. cell.cellImagV4.hidden = NO;
  478. cell.cellImagV5.hidden = YES;
  479. cell.cellImagV6.hidden = YES;
  480. cell.cellImagV7.hidden = YES;
  481. cell.cellImagV8.hidden = YES;
  482. cell.cellImagV9.hidden = YES;
  483. TopicListSubModel * subModel0 = model.Data[0];
  484. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  485. TopicListSubModel * subModel1 = model.Data[1];
  486. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  487. TopicListSubModel * subModel2 = model.Data[2];
  488. [cell.cellImagV3 sd_setImageWithURL:[NSURL URLWithString:subModel2.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  489. TopicListSubModel * subModel3 = model.Data[3];
  490. [cell.cellImagV4 sd_setImageWithURL:[NSURL URLWithString:subModel3.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  491. }
  492. break;
  493. case 5:
  494. {
  495. cell = [TDGroupInfoListCell configCell4:tableView indexPath:indexPath];
  496. cell.cellImagV1.hidden = NO;
  497. cell.cellImagV2.hidden = NO;
  498. cell.cellImagV3.hidden = NO;
  499. cell.cellImagV4.hidden = NO;
  500. cell.cellImagV5.hidden = NO;
  501. cell.cellImagV6.hidden = YES;
  502. cell.cellImagV7.hidden = YES;
  503. cell.cellImagV8.hidden = YES;
  504. cell.cellImagV9.hidden = YES;
  505. TopicListSubModel * subModel0 = model.Data[0];
  506. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  507. TopicListSubModel * subModel1 = model.Data[1];
  508. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  509. TopicListSubModel * subModel2 = model.Data[2];
  510. [cell.cellImagV3 sd_setImageWithURL:[NSURL URLWithString:subModel2.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  511. TopicListSubModel * subModel3 = model.Data[3];
  512. [cell.cellImagV4 sd_setImageWithURL:[NSURL URLWithString:subModel3.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  513. TopicListSubModel * subModel4 = model.Data[4];
  514. [cell.cellImagV5 sd_setImageWithURL:[NSURL URLWithString:subModel4.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  515. }
  516. break;
  517. case 6:
  518. {
  519. cell = [TDGroupInfoListCell configCell4:tableView indexPath:indexPath];
  520. cell.cellImagV1.hidden = NO;
  521. cell.cellImagV2.hidden = NO;
  522. cell.cellImagV3.hidden = NO;
  523. cell.cellImagV4.hidden = NO;
  524. cell.cellImagV5.hidden = NO;
  525. cell.cellImagV6.hidden = NO;
  526. cell.cellImagV7.hidden = YES;
  527. cell.cellImagV8.hidden = YES;
  528. cell.cellImagV9.hidden = YES;
  529. TopicListSubModel * subModel0 = model.Data[0];
  530. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  531. TopicListSubModel * subModel1 = model.Data[1];
  532. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  533. TopicListSubModel * subModel2 = model.Data[2];
  534. [cell.cellImagV3 sd_setImageWithURL:[NSURL URLWithString:subModel2.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  535. TopicListSubModel * subModel3 = model.Data[3];
  536. [cell.cellImagV4 sd_setImageWithURL:[NSURL URLWithString:subModel3.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  537. TopicListSubModel * subModel4 = model.Data[4];
  538. [cell.cellImagV5 sd_setImageWithURL:[NSURL URLWithString:subModel4.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  539. TopicListSubModel * subModel5 = model.Data[5];
  540. [cell.cellImagV6 sd_setImageWithURL:[NSURL URLWithString:subModel5.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  541. }
  542. break;
  543. case 7:
  544. {
  545. cell = [TDGroupInfoListCell configCell5:tableView indexPath:indexPath];
  546. cell.cellImagV1.hidden = NO;
  547. cell.cellImagV2.hidden = NO;
  548. cell.cellImagV3.hidden = NO;
  549. cell.cellImagV4.hidden = NO;
  550. cell.cellImagV5.hidden = NO;
  551. cell.cellImagV6.hidden = NO;
  552. cell.cellImagV7.hidden = NO;
  553. cell.cellImagV8.hidden = YES;
  554. cell.cellImagV9.hidden = YES;
  555. TopicListSubModel * subModel0 = model.Data[0];
  556. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  557. TopicListSubModel * subModel1 = model.Data[1];
  558. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  559. TopicListSubModel * subModel2 = model.Data[2];
  560. [cell.cellImagV3 sd_setImageWithURL:[NSURL URLWithString:subModel2.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  561. TopicListSubModel * subModel3 = model.Data[3];
  562. [cell.cellImagV4 sd_setImageWithURL:[NSURL URLWithString:subModel3.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  563. TopicListSubModel * subModel4 = model.Data[4];
  564. [cell.cellImagV5 sd_setImageWithURL:[NSURL URLWithString:subModel4.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  565. TopicListSubModel * subModel5 = model.Data[5];
  566. [cell.cellImagV6 sd_setImageWithURL:[NSURL URLWithString:subModel5.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  567. TopicListSubModel * subModel6 = model.Data[6];
  568. [cell.cellImagV7 sd_setImageWithURL:[NSURL URLWithString:subModel6.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  569. }
  570. break;
  571. case 8:
  572. {
  573. cell = [TDGroupInfoListCell configCell5:tableView indexPath:indexPath];
  574. cell.cellImagV1.hidden = NO;
  575. cell.cellImagV2.hidden = NO;
  576. cell.cellImagV3.hidden = NO;
  577. cell.cellImagV4.hidden = NO;
  578. cell.cellImagV5.hidden = NO;
  579. cell.cellImagV6.hidden = NO;
  580. cell.cellImagV7.hidden = NO;
  581. cell.cellImagV8.hidden = NO;
  582. cell.cellImagV9.hidden = YES;
  583. TopicListSubModel * subModel0 = model.Data[0];
  584. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  585. TopicListSubModel * subModel1 = model.Data[1];
  586. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  587. TopicListSubModel * subModel2 = model.Data[2];
  588. [cell.cellImagV3 sd_setImageWithURL:[NSURL URLWithString:subModel2.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  589. TopicListSubModel * subModel3 = model.Data[3];
  590. [cell.cellImagV4 sd_setImageWithURL:[NSURL URLWithString:subModel3.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  591. TopicListSubModel * subModel4 = model.Data[4];
  592. [cell.cellImagV5 sd_setImageWithURL:[NSURL URLWithString:subModel4.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  593. TopicListSubModel * subModel5 = model.Data[5];
  594. [cell.cellImagV6 sd_setImageWithURL:[NSURL URLWithString:subModel5.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  595. TopicListSubModel * subModel6 = model.Data[6];
  596. [cell.cellImagV7 sd_setImageWithURL:[NSURL URLWithString:subModel6.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  597. TopicListSubModel * subModel7 = model.Data[7];
  598. [cell.cellImagV8 sd_setImageWithURL:[NSURL URLWithString:subModel7.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  599. }
  600. break;
  601. default:
  602. {
  603. cell = [TDGroupInfoListCell configCell5:tableView indexPath:indexPath];
  604. cell.cellImagV1.hidden = NO;
  605. cell.cellImagV2.hidden = NO;
  606. cell.cellImagV3.hidden = NO;
  607. cell.cellImagV4.hidden = NO;
  608. cell.cellImagV5.hidden = NO;
  609. cell.cellImagV6.hidden = NO;
  610. cell.cellImagV7.hidden = NO;
  611. cell.cellImagV8.hidden = NO;
  612. cell.cellImagV9.hidden = NO;
  613. TopicListSubModel * subModel0 = model.Data[0];
  614. [cell.cellImagV1 sd_setImageWithURL:[NSURL URLWithString:subModel0.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  615. TopicListSubModel * subModel1 = model.Data[1];
  616. [cell.cellImagV2 sd_setImageWithURL:[NSURL URLWithString:subModel1.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  617. TopicListSubModel * subModel2 = model.Data[2];
  618. [cell.cellImagV3 sd_setImageWithURL:[NSURL URLWithString:subModel2.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  619. TopicListSubModel * subModel3 = model.Data[3];
  620. [cell.cellImagV4 sd_setImageWithURL:[NSURL URLWithString:subModel3.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  621. TopicListSubModel * subModel4 = model.Data[4];
  622. [cell.cellImagV5 sd_setImageWithURL:[NSURL URLWithString:subModel4.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  623. TopicListSubModel * subModel5 = model.Data[5];
  624. [cell.cellImagV6 sd_setImageWithURL:[NSURL URLWithString:subModel5.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  625. TopicListSubModel * subModel6 = model.Data[6];
  626. [cell.cellImagV7 sd_setImageWithURL:[NSURL URLWithString:subModel6.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  627. TopicListSubModel * subModel7 = model.Data[7];
  628. [cell.cellImagV8 sd_setImageWithURL:[NSURL URLWithString:subModel7.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  629. TopicListSubModel * subModel8 = model.Data[8];
  630. [cell.cellImagV9 sd_setImageWithURL:[NSURL URLWithString:subModel8.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  631. }
  632. break;
  633. }
  634. [cell.cellIconV sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:kUserDefaultHeadImage];
  635. [cell.fileBtn setTitle:model.FolderResult.FolderName forState:UIControlStateNormal];
  636. [cell.fileBtn setAction:^{
  637. [weakSelf enterFileWithModel:model];
  638. }];
  639. cell.ClickUserBlock = ^{
  640. [weakSelf showUserInfo:model.UserId];
  641. };
  642. cell.cellTimeL.text = [model.CreatedDate substringWithRange:NSMakeRange(5, 11)];
  643. cell.celltitleL.attributedText = [self setTitleWithStr:model.Title];
  644. cell.cellContentL.attributedText = [self setTextWithStr:model.Content];
  645. cell.cellNameL.text = model.UserName;
  646. cell.cellReadNumL.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  647. [cell.cellLikeBtn setAction:^{
  648. [weakSelf likeAction:model withBtn:cell.cellLikeBtn index:indexPath];
  649. }];
  650. if (model.CommentCount > 0) {
  651. [cell.cellPingBtn setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  652. }else{
  653. [cell.cellPingBtn setTitle:@"评论" forState:UIControlStateNormal];
  654. }
  655. if (model.PraiseCount > 0) {
  656. [cell.cellLikeBtn setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  657. }else{
  658. [cell.cellLikeBtn setTitle:@"赞" forState:UIControlStateNormal];
  659. }
  660. if (model.IsPraise) {
  661. [cell.cellLikeBtn setTitleColor:UIColorHex(#009AFF) forState:UIControlStateNormal];
  662. [cell.cellLikeBtn setImage:[UIImage imageNamed:@"收藏_赞_select"] forState:UIControlStateNormal];
  663. }else{
  664. [cell.cellLikeBtn setTitleColor:UIColorHex(#999999) forState:UIControlStateNormal];
  665. [cell.cellLikeBtn setImage:[UIImage imageNamed:@"收藏_赞"] forState:UIControlStateNormal];
  666. }
  667. [cell.cellPingBtn setAction:^{
  668. [weakSelf CommentPush:model];
  669. }];
  670. [cell.cellSendBtn setAction:^{
  671. [weakSelf reSend:model];
  672. }];
  673. if (model.Title.length == 0) {
  674. cell.TitleConstant.constant = 0;
  675. }else{
  676. cell.TitleConstant.constant = 10.f;
  677. }
  678. if (model.Content.length == 0) {
  679. cell.subTitleContant.constant = 0.f;
  680. }else{
  681. cell.subTitleContant.constant = 7.5f;
  682. }
  683. cell.fileContant.constant = 0.f;
  684. return cell;
  685. }
  686. break;
  687. case TopiclistCellFile:
  688. {
  689. TDGroupInfoListCell * cell = [TDGroupInfoListCell configCell6:tableView indexPath:indexPath];
  690. [cell.cellIconV sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:kUserDefaultHeadImage];
  691. [cell.fileBtn setTitle:model.FolderResult.FolderName forState:UIControlStateNormal];
  692. [cell.fileBtn setAction:^{
  693. [weakSelf enterFileWithModel:model];
  694. }];
  695. [cell.ClickFileAction setAction:^{
  696. [weakSelf pushFileWithModel:model.Data.firstObject];
  697. }];
  698. cell.cellNameL.text = model.UserName;
  699. cell.cellTimeL.text = [model.CreatedDate substringWithRange:NSMakeRange(5, 11)];
  700. cell.celltitleL.attributedText = [self setTitleWithStr:model.Title];
  701. cell.cellContentL.attributedText = [self setTextWithStr:model.Content];
  702. [cell setDataWithCell6:model.Data.firstObject];
  703. cell.cellReadNumL.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  704. [cell.cellLikeBtn setAction:^{
  705. [weakSelf likeAction:model withBtn:cell.cellLikeBtn index:indexPath];
  706. }];
  707. if (model.CommentCount > 0) {
  708. [cell.cellPingBtn setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  709. }else{
  710. [cell.cellPingBtn setTitle:@"评论" forState:UIControlStateNormal];
  711. }
  712. if (model.PraiseCount > 0) {
  713. [cell.cellLikeBtn setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  714. }else{
  715. [cell.cellLikeBtn setTitle:@"赞" forState:UIControlStateNormal];
  716. }
  717. if (model.IsPraise) {
  718. [cell.cellLikeBtn setTitleColor:UIColorHex(#009AFF) forState:UIControlStateNormal];
  719. [cell.cellLikeBtn setImage:[UIImage imageNamed:@"收藏_赞_select"] forState:UIControlStateNormal];
  720. }else{
  721. [cell.cellLikeBtn setTitleColor:UIColorHex(#999999) forState:UIControlStateNormal];
  722. [cell.cellLikeBtn setImage:[UIImage imageNamed:@"收藏_赞"] forState:UIControlStateNormal];
  723. }
  724. [cell.cellPingBtn setAction:^{
  725. [weakSelf CommentPush:model];
  726. }];
  727. [cell.cellSendBtn setAction:^{
  728. [weakSelf reSend:model];
  729. }];
  730. if (model.Title.length == 0) {
  731. cell.TitleConstant.constant = 0;
  732. }else{
  733. cell.TitleConstant.constant = 10.f;
  734. }
  735. if (model.Content.length == 0) {
  736. cell.subTitleContant.constant = 0.f;
  737. }else{
  738. cell.subTitleContant.constant = 7.5f;
  739. }
  740. cell.ClickUserBlock = ^{
  741. [weakSelf showUserInfo:model.UserId];
  742. };
  743. return cell;
  744. }
  745. break;
  746. default:///TopiclistCellNone
  747. {
  748. TDGroupInfoListCell * cell = [TDGroupInfoListCell configCell0:tableView indexPath:indexPath];
  749. [cell.cellIconV sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:kUserDefaultHeadImage];
  750. [cell.fileBtn setTitle:model.FolderResult.FolderName forState:UIControlStateNormal];
  751. [cell.fileBtn setAction:^{
  752. [weakSelf enterFileWithModel:model];
  753. }];
  754. cell.cellNameL.text = model.UserName;
  755. cell.cellTimeL.text = [model.CreatedDate substringWithRange:NSMakeRange(5, 11)];
  756. cell.celltitleL.attributedText = [self setTitleWithStr:model.Title];
  757. cell.cellContentL.attributedText = [self setTextWithStr:model.Content];
  758. cell.cellReadNumL.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  759. [cell.cellLikeBtn setAction:^{
  760. [weakSelf likeAction:model withBtn:cell.cellLikeBtn index:indexPath];
  761. }];
  762. if (model.CommentCount > 0) {
  763. [cell.cellPingBtn setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  764. }else{
  765. [cell.cellPingBtn setTitle:@"评论" forState:UIControlStateNormal];
  766. }
  767. if (model.PraiseCount > 0) {
  768. [cell.cellLikeBtn setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  769. }else{
  770. [cell.cellLikeBtn setTitle:@"赞" forState:UIControlStateNormal];
  771. }
  772. if (model.IsPraise) {
  773. [cell.cellLikeBtn setTitleColor:UIColorHex(#009AFF) forState:UIControlStateNormal];
  774. [cell.cellLikeBtn setImage:[UIImage imageNamed:@"收藏_赞_select"] forState:UIControlStateNormal];
  775. }else{
  776. [cell.cellLikeBtn setTitleColor:UIColorHex(#999999) forState:UIControlStateNormal];
  777. [cell.cellLikeBtn setImage:[UIImage imageNamed:@"收藏_赞"] forState:UIControlStateNormal];
  778. }
  779. [cell.cellPingBtn setAction:^{
  780. [weakSelf CommentPush:model];
  781. }];
  782. [cell.cellSendBtn setAction:^{
  783. [weakSelf reSend:model];
  784. }];
  785. if (model.Title.length == 0) {
  786. cell.TitleConstant.constant = 0;
  787. }else{
  788. cell.TitleConstant.constant = 10.f;
  789. }
  790. if (model.Content.length == 0) {
  791. cell.subTitleContant.constant = 0.f;
  792. }else{
  793. cell.subTitleContant.constant = 7.5f;
  794. }
  795. cell.ClickUserBlock = ^{
  796. [weakSelf showUserInfo:model.UserId];
  797. };
  798. return cell;
  799. }
  800. break;
  801. }
  802. }
  803. break;
  804. }
  805. }
  806. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
  807. [tableView deselectRowAtIndexPath:indexPath animated:YES];
  808. WS(weakSelf);
  809. if (indexPath.section > 0) {
  810. TopicListItemModel * model = [self.dataArray objectAtIndex:indexPath.row];
  811. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  812. vc.type = CollectModel_NewTopic;
  813. vc.deleteTopicBlock = ^{
  814. // [weakSelf headRefresh];
  815. };
  816. vc.Id = model.Id;
  817. [self.navigationController pushViewController:vc animated:YES];
  818. }
  819. }
  820. #pragma mark -UICollectionViewDataSource
  821. /**********************************************************************/
  822. - (NSInteger)collectionView:(GHRefreshCollectionView *)collectionView numberOfItemsInSection:(NSInteger)section {
  823. return self.collectionDataSource.count;
  824. }
  825. - (UICollectionViewCell *)collectionView:(GHRefreshCollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
  826. {
  827. MoreAppInfoModel *bean = [self.collectionDataSource objectAtIndex:indexPath.item];
  828. ChatMsgCollectionCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"ChatMsgCollectionCell" forIndexPath:indexPath];
  829. cell.cell0IconImg.image = [UIImage imageNamed:bean.imgName];
  830. cell.cell0TitleLabel.text = bean.title;
  831. cell.imagH.constant = 25.f;
  832. cell.imagW.constant = 25.f;
  833. switch (bean.type) {
  834. case ChatMenuNoticeType:
  835. {
  836. cell.cell0ReadNumLabel.hidden = YES;
  837. NSString * count = @"0";
  838. cell.cell0ReadNumLabel.text = count;
  839. UILabel * label = [UILabel new];
  840. label.font = [UIFont systemFontOfSize:12];
  841. label.text = count;
  842. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  843. if ((width + 5) < 16) {
  844. cell.constant.constant = 16;
  845. }else{
  846. cell.constant.constant = width + 8;
  847. }
  848. }
  849. break;
  850. case ChatMenuZhanXinType:
  851. {
  852. cell.cell0ReadNumLabel.hidden = YES;
  853. NSString * count = @"0";
  854. cell.cell0ReadNumLabel.text = count;
  855. UILabel * label = [UILabel new];
  856. label.font = [UIFont systemFontOfSize:12];
  857. label.text = count;
  858. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  859. if ((width + 5) < 16) {
  860. cell.constant.constant = 16;
  861. }else{
  862. cell.constant.constant = width + 8;
  863. }
  864. }
  865. break;
  866. case ChatMenuWaitType:
  867. {
  868. cell.cell0ReadNumLabel.hidden = YES;
  869. NSString * count = @"0";
  870. cell.cell0ReadNumLabel.text = count;
  871. UILabel * label = [UILabel new];
  872. label.font = [UIFont systemFontOfSize:12];
  873. label.text = count;
  874. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  875. if ((width + 5) < 16) {
  876. cell.constant.constant = 16;
  877. }else{
  878. cell.constant.constant = width + 8;
  879. }
  880. }
  881. break;
  882. default:
  883. {
  884. cell.cell0ReadNumLabel.hidden = YES ;
  885. }
  886. break;
  887. }
  888. cell.cell0MengCengView.hidden = YES;
  889. return cell;
  890. }
  891. /****************************************************/
  892. #pragma mark --UICollectionViewDelegateFlowLayout
  893. /****************************************************/
  894. - (CGSize)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
  895. {
  896. CGFloat width = (SCREEN_WIDTH - 20) / self.collectionDataSource.count;
  897. CGFloat height = 80;
  898. return CGSizeMake(width, height);
  899. }
  900. -(UIEdgeInsets)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
  901. {
  902. CGFloat W = 10;
  903. return UIEdgeInsetsMake(0,W,0,W);
  904. }
  905. - (CGFloat)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumLineSpacingForSectionAtIndex:(NSInteger)section{
  906. return 0;
  907. }
  908. - (CGFloat)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section{
  909. return 0;
  910. }
  911. - (void)collectionView:(GHRefreshCollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath{
  912. [collectionView deselectItemAtIndexPath:indexPath animated:YES];
  913. MoreAppInfoModel * model = [self.collectionDataSource objectAtIndex:indexPath.item];
  914. switch (model.type) {
  915. case ChatMenuZhanXinType:{
  916. TDInterLeterHomeViewController *vc = [TDInterLeterHomeViewController initChatMsgNoticeVC];
  917. vc.hidesBottomBarWhenPushed = YES;
  918. vc.interLeterFolderId = 0;
  919. vc.isHome = YES;
  920. [self.navigationController pushViewController:vc animated:YES];
  921. }break;
  922. case ChatMenuGroupType:{
  923. SourceGroupVC *vc = [SourceGroupVC initSourceGroupVC];
  924. vc.hidesBottomBarWhenPushed = YES;
  925. [self.navigationController pushViewController:vc animated:YES];
  926. }break;
  927. case ChatMenuWaitType:{
  928. WaitWorkVC *vc = [WaitWorkVC initWaitWorkVC];
  929. vc.hidesBottomBarWhenPushed = YES;
  930. [self.navigationController pushViewController:vc animated:YES];
  931. }break;
  932. case ChatMenuSiXinType:{
  933. ChatMsgListVC * vc = [ChatMsgListVC initChatMsgListVC];
  934. vc.hidesBottomBarWhenPushed = YES;
  935. [self.navigationController pushViewController:vc animated:YES];
  936. }break;
  937. default:
  938. break;
  939. }
  940. }
  941. - (void)enterFileWithModel:(TopicListItemModel *)model
  942. {
  943. if (model.UserId == [AppUserModel sharedAppUserModel].Id) {
  944. NoteBookVC *vc = [NoteBookVC initNoteBookVC];
  945. vc.listType = MyFavoriteListLevelTypeB;
  946. vc.FolderId = model.FolderResult.Id;
  947. vc.ParentId = model.FolderResult.Id;
  948. vc.myTitle = model.FolderResult.FolderName;
  949. vc.VisitUserId = model.UserId;
  950. vc.hidesBottomBarWhenPushed = YES;
  951. [self.navigationController pushViewController:vc animated:YES];
  952. }else{
  953. OtherNoteBookVC *vc = [OtherNoteBookVC initOtherNoteBookVC];
  954. vc.listType = MyFavoriteListLevelTypeB;
  955. vc.FolderId = model.FolderResult.Id;
  956. vc.Author = model.UserName;
  957. vc.myTitle = model.FolderResult.FolderName;
  958. vc.VisitUserId = model.UserId;
  959. vc.hidesBottomBarWhenPushed = YES;
  960. [self.navigationController pushViewController:vc animated:YES];
  961. }
  962. }
  963. - (void)showUserInfo:(NSInteger)userId
  964. {
  965. MailListDetailVC * vc = [MailListDetailVC initMailListDetailVC];
  966. vc.indexId = userId;
  967. vc.hidesBottomBarWhenPushed = YES;
  968. [self.navigationController pushViewController:vc animated:YES];
  969. }
  970. #pragma mark - 点击评论
  971. - (void)likeAction:(TopicListItemModel *)model withBtn:(UIButton *)btn index:(NSIndexPath *)indexPath
  972. {
  973. WS(weakSelf);
  974. NSDictionary * paraDict = @{@"SourceId":@(model.Id),
  975. @"TypeValue":@(3),///3 笔记
  976. @"AnalyzeType":@(1)
  977. };
  978. btn.enabled = NO;
  979. [[HttpManager sharedHttpManager] POSTUrl:Host(API_APP_Analyze_Set) parameters:paraDict responseStyle:DATA success:^(id _Nonnull responseObject) {
  980. btn.enabled = YES;
  981. model.IsPraise = !model.IsPraise;
  982. model.PraiseCount = model.IsPraise ? (model.PraiseCount + 1) : (model.PraiseCount - 1);
  983. dispatch_async(dispatch_get_main_queue(), ^{
  984. [weakSelf.tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone];
  985. });
  986. } failure:^(NSError * _Nonnull error) {
  987. btn.enabled = YES;
  988. }];
  989. }
  990. - (void)CommentPush:(TopicListItemModel *)model
  991. {
  992. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  993. vc.type = CollectModel_NewTopic;
  994. vc.deleteTopicBlock = ^{
  995. };
  996. vc.Id = model.Id;
  997. vc.isComment = YES;
  998. vc.hidesBottomBarWhenPushed = YES;
  999. [self.navigationController pushViewController:vc animated:YES];
  1000. }
  1001. - (void)reSend:(TopicListItemModel *)model
  1002. {
  1003. FlowAttachmentsModel * topicModel = [[FlowAttachmentsModel alloc] init];
  1004. topicModel.SoureTypeId = CollectModel_NewTopic;
  1005. topicModel.Title = model.Title;
  1006. topicModel.SoureId = model.Id;
  1007. topicModel.Title = model.Title;
  1008. topicModel.Author = model.UserName;
  1009. self.sendModel = topicModel;
  1010. [self.noteBookShareVC initNoteBookShareData];
  1011. self.noteBookShareVC.view.hidden = !self.noteBookShareVC.view.hidden;
  1012. }
  1013. - (NoteBookShareVC *)noteBookShareVC{
  1014. if (_noteBookShareVC == nil) {
  1015. _noteBookShareVC = [NoteBookShareVC initNoteBookShareVC];
  1016. [_noteBookShareVC.view setFrame:CGRectMake(0,0, SCREEN_WIDTH, SCREEN_HEIGHT)];
  1017. [_noteBookShareVC.view setHidden:YES];
  1018. _noteBookShareVC.delegate = self;
  1019. }
  1020. return _noteBookShareVC;
  1021. }
  1022. - (void)userSelectType:(NSString *)typeName WithIndexPath:(NSIndexPath *)indexPath
  1023. {
  1024. self.noteBookShareVC.view.hidden = !self.noteBookShareVC.view.hidden;
  1025. if ([typeName isEqualToString:@"发给微信好友"]) {
  1026. [self returnToWechatSession];
  1027. }else if ([typeName isEqualToString:@"发到朋友圈"]){
  1028. [self returnToWechatTimeLine];
  1029. }else if ([typeName isEqualToString:@"发到微博"]){
  1030. [self returnToSina];
  1031. }else if ([typeName isEqualToString:@"发给QQ好友"]){
  1032. [self returnToQQ];
  1033. }else if ([typeName isEqualToString:@"发到消息"]){
  1034. [self returnToMessage];
  1035. }else if ([typeName isEqualToString:@"发到小组"]){
  1036. [self returnToGroup];
  1037. }else if ([typeName isEqualToString:@"发到笔记"]){
  1038. [self returnToNote];
  1039. }else if ([typeName isEqualToString:@"发到话题"]){
  1040. [self returnToTopic];
  1041. }else{
  1042. }
  1043. }
  1044. - (void)shareWebPageToPlatformType:(UMSocialPlatformType)platformType title:(NSString *)title desc:(NSString *)desc url:(NSString *)url
  1045. {
  1046. //创建分享消息对象
  1047. UMSocialMessageObject *messageObject = [UMSocialMessageObject messageObject];
  1048. messageObject.title = title;
  1049. //创建网页内容对象
  1050. UMShareWebpageObject *shareObject = [UMShareWebpageObject shareObjectWithTitle:title descr:desc thumImage:IMG(@"logo_60")];
  1051. //设置网页地址
  1052. shareObject.webpageUrl = url;
  1053. //分享消息对象设置分享内容对象
  1054. messageObject.shareObject = shareObject;
  1055. //调用分享接口
  1056. [[UMSocialManager defaultManager] shareToPlatform:platformType messageObject:messageObject currentViewController:self completion:^(id data, NSError *error) {
  1057. if (error) {
  1058. NSLog(@"************Share fail with error %@*********",error);
  1059. }else{
  1060. NSLog(@"response data is %@",data);
  1061. }
  1062. }];
  1063. }
  1064. - (void)returnToWechatSession
  1065. {
  1066. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatSession title:self.sendModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.sendModel.Author] url:[self returnUrl]];
  1067. }
  1068. - (void)returnToWechatTimeLine
  1069. {
  1070. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatTimeLine title:self.sendModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.sendModel.Author] url:[self returnUrl]];
  1071. }
  1072. - (void)returnToSina
  1073. {
  1074. [self shareWebPageToPlatformType:UMSocialPlatformType_Sina title:self.sendModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.sendModel.Author] url:[self returnUrl]];
  1075. }
  1076. - (void)returnToQQ
  1077. {
  1078. [self shareWebPageToPlatformType:UMSocialPlatformType_QQ title:self.sendModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.sendModel.Author] url:[self returnUrl]];
  1079. }
  1080. - (NSString *)returnUrl
  1081. {
  1082. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/noteDetailsWx?"),(long)self.sendModel.Id];
  1083. return url;
  1084. }
  1085. #pragma mark - 分享功能
  1086. - (void)returnToMessage
  1087. {
  1088. ShareListVC * vc = [ShareListVC initShareListVC];
  1089. vc.sendModel = self.sendModel;
  1090. vc.isReturn = YES;
  1091. vc.hidesBottomBarWhenPushed = YES;
  1092. [self.navigationController pushViewController:vc animated:YES];
  1093. }
  1094. - (void)returnToGroup
  1095. {
  1096. MyTDGroupViewController * vc = [[MyTDGroupViewController alloc] init];
  1097. vc.type = CollectModel_Group;
  1098. vc.sendModel = self.sendModel;
  1099. vc.isReturn = YES;
  1100. vc.hidesBottomBarWhenPushed = YES;
  1101. [self.navigationController pushViewController:vc animated:YES];
  1102. }
  1103. - (void)returnToNote
  1104. {
  1105. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  1106. vc.type = CollectModel_NoteBook;
  1107. vc.sendModel = self.sendModel;
  1108. vc.isReturn = YES;
  1109. vc.hidesBottomBarWhenPushed = YES;
  1110. [self.navigationController pushViewController:vc animated:YES];
  1111. }
  1112. - (void)returnToTopic
  1113. {
  1114. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  1115. vc.type = CollectModel_NewTopic;
  1116. vc.sendModel = self.sendModel;
  1117. vc.isReturn = YES;
  1118. vc.hidesBottomBarWhenPushed = YES;
  1119. [self.navigationController pushViewController:vc animated:YES];
  1120. }
  1121. #pragma mark - 点击文件跳转
  1122. - (void)pushFileWithModel:(TopicListSubModel *)model
  1123. {
  1124. WS(weakSelf);
  1125. switch (model.Type) {
  1126. case CollectModel_Aritle:
  1127. {
  1128. SHOWLOADING
  1129. [[HttpManager sharedHttpManager] GETWithUrl:[NSString stringWithFormat:@"%@%ld",Article_Detail_Get,(long)model.Id] parameters:@{} success:^(id _Nonnull responseObject) {
  1130. REMOVESHOW;
  1131. Item *itemModel = [[Item alloc]initWithDictionary:responseObject error:nil];
  1132. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1133. vc.type = CollectModel_Aritle;
  1134. vc.Id = itemModel.Id;
  1135. vc.hidesBottomBarWhenPushed = YES;
  1136. [weakSelf.navigationController pushViewController:vc animated:YES];
  1137. } failure:^(NSError * _Nonnull error) {
  1138. SHOWERROR([ZYCTool handerResultData:error]);
  1139. }];
  1140. }
  1141. break;
  1142. case CollectModel_Toipc:
  1143. {
  1144. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1145. vc.type = CollectModel_Toipc;
  1146. vc.Id = model.Id;
  1147. vc.hidesBottomBarWhenPushed = YES;
  1148. [self.navigationController pushViewController:vc animated:YES];
  1149. }
  1150. break;
  1151. case CollectModel_NewTopic:
  1152. {
  1153. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1154. vc.type = CollectModel_NewTopic;
  1155. vc.Id = model.Id;
  1156. vc.hidesBottomBarWhenPushed = YES;
  1157. [self.navigationController pushViewController:vc animated:YES];
  1158. }
  1159. break;
  1160. case CollectModel_Collect:
  1161. {
  1162. }
  1163. break;
  1164. case CollectModel_NoteBook:
  1165. {
  1166. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1167. vc.type = CollectModel_NoteBook;
  1168. vc.Id = model.Id;
  1169. vc.hidesBottomBarWhenPushed = YES;
  1170. [self.navigationController pushViewController:vc animated:YES];
  1171. }
  1172. break;
  1173. case CollectModel_CollectFile:{
  1174. if (model.SourceUserId == [AppUserModel sharedAppUserModel].Id) {
  1175. MyFavoriteVC *vc = [MyFavoriteVC initMyFavoriteVC];
  1176. vc.listType = model.Id == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  1177. vc.ParentId = 0;
  1178. vc.FolderId = model.Id;
  1179. vc.myTitle = model.Title;
  1180. vc.hidesBottomBarWhenPushed = YES;
  1181. [self.navigationController pushViewController:vc animated:YES];
  1182. }else{
  1183. OtherFavoriteVC *vc = [OtherFavoriteVC initOtherFavoriteVC];
  1184. vc.listType = model.Id == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  1185. vc.ParentId = 0;
  1186. vc.FolderId = model.Id;
  1187. vc.myTitle = model.Title;
  1188. vc.VisitUserId = model.SourceUserId;
  1189. vc.hidesBottomBarWhenPushed = YES;
  1190. [self.navigationController pushViewController:vc animated:YES];
  1191. }
  1192. }break;
  1193. case CollectModel_NoteFile:{
  1194. if (model.SourceUserId == [AppUserModel sharedAppUserModel].Id) {
  1195. NoteBookVC *vc = [NoteBookVC initNoteBookVC];
  1196. vc.listType = model.Id == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  1197. vc.ParentId = 0;
  1198. vc.FolderId = model.Id;
  1199. vc.myTitle = model.Title;
  1200. vc.VisitUserId = 0;
  1201. vc.hidesBottomBarWhenPushed = YES;
  1202. [self.navigationController pushViewController:vc animated:YES];
  1203. }else{
  1204. OtherNoteBookVC *vc = [OtherNoteBookVC initOtherNoteBookVC];
  1205. vc.listType = model.Id == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  1206. vc.ParentId = 0;
  1207. vc.FolderId = model.Id;
  1208. vc.myTitle = model.Title;
  1209. vc.VisitUserId = model.SourceUserId;
  1210. vc.hidesBottomBarWhenPushed = YES;
  1211. [self.navigationController pushViewController:vc animated:YES];
  1212. }
  1213. }break;
  1214. case CollectModel_Notice:
  1215. {
  1216. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1217. vc.type = CollectModel_Notice;
  1218. vc.Id = model.Id;
  1219. vc.hidesBottomBarWhenPushed = YES;
  1220. [self.navigationController pushViewController:vc animated:YES];
  1221. }
  1222. break;
  1223. case CollectModel_InterMail:
  1224. {
  1225. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1226. vc.type = CollectModel_InterMail;
  1227. vc.Id = model.Id;
  1228. vc.hidesBottomBarWhenPushed = YES;
  1229. [self.navigationController pushViewController:vc animated:YES];
  1230. }
  1231. break;
  1232. case CollectModel_Group:
  1233. {
  1234. TDGroupInfoListVC * vc = [TDGroupInfoListVC initTDGroupInfoListVC];
  1235. vc.GroupId = model.Id;
  1236. vc.titleStr = model.Title;
  1237. vc.hidesBottomBarWhenPushed = YES;
  1238. [self.navigationController pushViewController:vc animated:YES];
  1239. }
  1240. break;
  1241. case CollectModel_meetMian:
  1242. {
  1243. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1244. vc.type = CollectModel_meetMian;
  1245. vc.Id = model.Id;
  1246. vc.hidesBottomBarWhenPushed = YES;
  1247. [self.navigationController pushViewController:vc animated:YES];
  1248. }
  1249. break;
  1250. case CollectModel_meetDetail:
  1251. {
  1252. WorkFlowDetailsController * vc = [[WorkFlowDetailsController alloc] initWithId:model.Id];
  1253. vc.hidesBottomBarWhenPushed = YES;
  1254. [self.navigationController pushViewController:vc animated:YES];
  1255. }
  1256. break;
  1257. case CollectModel_work:
  1258. {
  1259. MyApprovalPageDetail * vc = [[MyApprovalPageDetail alloc]init];
  1260. vc.pageType = Type_ONEC;
  1261. vc.indexId = model.Id;
  1262. vc.title = model.Title;
  1263. vc.TodoId = model.Id;
  1264. vc.hidesBottomBarWhenPushed = YES;
  1265. [self.navigationController pushViewController:vc animated:YES];
  1266. }
  1267. break;
  1268. default:
  1269. {
  1270. DownFileViewController *vc = [[DownFileViewController alloc]init];
  1271. FlowAttachmentsModel * fmodel = [[FlowAttachmentsModel alloc] init];
  1272. fmodel.SoureId = model.Id;
  1273. fmodel.Title = model.Title;
  1274. fmodel.Url = model.File;
  1275. vc.model = fmodel;
  1276. vc.hidesBottomBarWhenPushed = YES;
  1277. [self.navigationController pushViewController:vc animated:YES];
  1278. }
  1279. break;
  1280. }
  1281. }
  1282. - (void)pushSearchVC
  1283. {
  1284. MyTDTopicSearchVC * vc = [[MyTDTopicSearchVC alloc] init];
  1285. vc.searchType = TDTopicSearch;
  1286. vc.hidesBottomBarWhenPushed = YES;
  1287. [self.navigationController pushViewController:vc animated:YES];
  1288. }
  1289. - (NSAttributedString *)setTextWithStr:(NSString *)str
  1290. {
  1291. NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithString:str];
  1292. [attributedString addAttribute:NSFontAttributeName value:[UIFont fontWithName:@"PingFang SC" size:16] range:NSMakeRange(0, str.length)];
  1293. [attributedString addAttribute:NSForegroundColorAttributeName value:UIColorHex(#484848) range:NSMakeRange(0, str.length)];
  1294. NSMutableParagraphStyle *paraStyle = [[NSMutableParagraphStyle alloc]init];
  1295. paraStyle.alignment = NSTextAlignmentJustified;//两端对齐
  1296. [paraStyle setLineSpacing:5];//行间距
  1297. [attributedString addAttribute:NSParagraphStyleAttributeName value:paraStyle range:NSMakeRange(0, str.length)];
  1298. [attributedString addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleNone] range:NSMakeRange(0, str.length)];
  1299. return attributedString;
  1300. }
  1301. - (NSAttributedString *)setTitleWithStr:(NSString *)str
  1302. {
  1303. NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithString:str];
  1304. [attributedString addAttribute:NSFontAttributeName value:[UIFont systemFontOfSize:18] range:NSMakeRange(0, str.length)];
  1305. [attributedString addAttribute:NSForegroundColorAttributeName value:UIColorHex(0x0a0a0a) range:NSMakeRange(0, str.length)];
  1306. NSMutableParagraphStyle *paraStyle = [[NSMutableParagraphStyle alloc]init];
  1307. paraStyle.alignment = NSTextAlignmentJustified;//两端对齐
  1308. [paraStyle setLineSpacing:5];//行间距
  1309. [attributedString addAttribute:NSParagraphStyleAttributeName value:paraStyle range:NSMakeRange(0, str.length)];
  1310. [attributedString addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleNone] range:NSMakeRange(0, str.length)];
  1311. return attributedString;
  1312. }
  1313. #pragma mark - 接收Drawer通知跳转到对应的子页面
  1314. - (void)pushSubViewController:(NSNotification *)notification
  1315. {
  1316. ///@"站内信", @"通知", @"收藏",@"笔记", @"设置"
  1317. NSInteger index = [[notification.userInfo objectForKey:VCINDEX] integerValue];
  1318. switch (index) {
  1319. case 0:
  1320. {
  1321. [self pushInterLeterVC];
  1322. }
  1323. break;
  1324. case 1:
  1325. {
  1326. [self pushChatMsgNoticeVC];
  1327. }
  1328. break;
  1329. default:
  1330. break;
  1331. }
  1332. }
  1333. #pragma mark - 跳转到站内信、通知页面
  1334. - (void)pushInterLeterVC
  1335. {
  1336. TDInterLeterHomeViewController *vc = [TDInterLeterHomeViewController initChatMsgNoticeVC];
  1337. vc.interLeterFolderId = 0;
  1338. vc.hidesBottomBarWhenPushed = YES;
  1339. [self.navigationController pushViewController:vc animated:YES];
  1340. }
  1341. - (void)pushChatMsgNoticeVC
  1342. {
  1343. ChatMsgListVC *vc = [ChatMsgListVC initChatMsgListVC];
  1344. vc.hidesBottomBarWhenPushed = YES;
  1345. [self.navigationController pushViewController:vc animated:YES];
  1346. }
  1347. - (void)scrollViewDidScroll:(UIScrollView *)scrollView
  1348. {
  1349. self.setY = scrollView.contentOffset.y;
  1350. if (self.setY > 126) {
  1351. [self.menuListView setViewHeight:NAVH + 36];
  1352. }else{
  1353. [self.menuListView setViewHeight:162 - self.setY + NAVH];
  1354. }
  1355. }
  1356. - (void)dealloc
  1357. {
  1358. [[NSNotificationCenter defaultCenter] removeObserver:self];
  1359. }
  1360. @end