CommonHomeVC.m 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248
  1. //
  2. // CommonHomeVC.m
  3. // smartRhino
  4. //
  5. // Created by niuzhen on 2020/4/28.
  6. // Copyright © 2020 tederen. All rights reserved.
  7. //
  8. #import "CommonHomeVC.h"
  9. #import "CommonListCell.h"
  10. #import "MyTDGroupView.h"
  11. #import "GHRefreshCollectionView.h"
  12. #import "CommonBarCell.h"
  13. #import "CommonBarModel.h"
  14. #import "CommonWorkVC.h"
  15. #import "CommonToolVC.h"
  16. #import "MyFavoriteVC.h"
  17. #import "CommonNoteVC.h"
  18. #import "ChatMsgListCell.h"
  19. #import "ChatMsgCollectionCell.h"
  20. #import "MoveViewController.h"
  21. #import "MyFavoriteVC.h"
  22. #import "CommonNoteVC.h"
  23. #import "MyFavoriteVC.h"
  24. #import "NoteBookVC.h"
  25. #import "OtherFavoriteVC.h"
  26. #import "OtherNoteBookVC.h"
  27. #import "DownFileViewController.h"
  28. #import "WorkFlowDetailsController.h"
  29. #import "MyApprovalPageDetail.h"
  30. #import "CountDataVC.h"
  31. #import "CommomSearchVC.h"
  32. #import "NoteBookShareVC.h"
  33. #import "MyTDGroupViewController.h"
  34. #import "TDGroupInfoListVC.h"
  35. #import "MailListVC.h"
  36. #import "ShareListVC.h"
  37. #import "BookWCDetailVC.h"
  38. #import "BookListenVC.h"
  39. #import "BookTeacherDetailVC.h"
  40. @interface CommonHomeVC ()<UITableViewDelegate,UITableViewDataSource,UICollectionViewDelegate,UICollectionViewDataSource,NoteBookShareVCDelegate>
  41. @property (weak, nonatomic) IBOutlet UIView *NavBar;
  42. @property (strong, nonatomic) UIView *HeadView;
  43. @property (strong, nonatomic) UITableView *tableView;
  44. @property (strong, nonatomic) MyTDGroupView *SearchView;
  45. @property (strong, nonatomic) GHRefreshCollectionView *collectionView;
  46. @property (strong, nonatomic) NSMutableArray *collectionDataSource;
  47. @property (strong, nonatomic) NSMutableArray *dataArray;
  48. @property (strong, nonatomic) NoteBookShareVC *noteBookShareVC;
  49. @property (strong, nonatomic) MyFavoriteSubModel *sendModel;
  50. @property (nonatomic,assign) NSInteger currentPage;
  51. @property (nonatomic,assign) NSInteger totalPage;
  52. @property (nonatomic,strong) NSData *fileData;
  53. @end
  54. @implementation CommonHomeVC
  55. - (UIView *)HeadView
  56. {
  57. if (!_HeadView) {
  58. _HeadView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 46)];
  59. _HeadView.backgroundColor = [UIColor whiteColor];
  60. }
  61. return _HeadView;
  62. }
  63. //- (void)setTableRefresh
  64. //{
  65. // WS(weakSelf);
  66. // self.tableView.mj_header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{
  67. // [weakSelf headRefresh];
  68. // }];
  69. // self.tableView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{
  70. // [weakSelf footerRefresh];
  71. // }];
  72. // [self.tableView.mj_header beginRefreshing];
  73. //}
  74. //- (void)headRefresh{
  75. // self.currentPage = 1;
  76. // self.totalPage = 1;
  77. // [self.dataArray removeAllObjects];
  78. // [self getDataList];
  79. //}
  80. //- (void)footerRefresh{
  81. // self.currentPage += 1;
  82. // if (self.totalPage == self.dataArray.count) {
  83. // self.currentPage --;
  84. // [self.tableView.mj_footer resetNoMoreData];
  85. // return ;
  86. // }
  87. // [self getDataList];
  88. //}
  89. - (void)viewWillAppear:(BOOL)animated
  90. {
  91. [super viewWillAppear:animated];
  92. self.tabBarController.tabBar.hidden = NO;
  93. [self getDataList];
  94. }
  95. - (void)viewDidLoad {
  96. [super viewDidLoad];
  97. // [self setTableRefresh];
  98. self.fd_prefersNavigationBarHidden = YES;
  99. self.view.backgroundColor = UIColorHex(0xffffff);
  100. self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  101. [self.HeadView addSubview:self.SearchView];
  102. [self.SearchView mas_makeConstraints:^(MASConstraintMaker *make) {
  103. make.top.mas_offset(5);
  104. make.left.right.mas_equalTo(self.HeadView);
  105. make.height.mas_offset(36);
  106. }];
  107. [self.view addSubview:self.tableView];
  108. [self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
  109. make.left.right.mas_equalTo(self.view);
  110. make.top.mas_equalTo(self.NavBar.mas_bottom);
  111. if (@available(iOS 11.0, *)) {
  112. make.bottom.equalTo(self.view.mas_safeAreaLayoutGuideBottom);
  113. } else {
  114. make.bottom.equalTo(self.view.mas_bottom);
  115. }
  116. }];
  117. self.tableView.tableHeaderView = self.HeadView;
  118. [self setBarData];
  119. WS(weakSelf);
  120. [self.SearchView.button setAction:^{
  121. CommomSearchVC * vc = [[CommomSearchVC alloc] init];
  122. vc.hidesBottomBarWhenPushed = YES;
  123. [weakSelf.navigationController pushViewController:vc animated:YES];
  124. }];
  125. self.tableView.delegate = self;
  126. self.tableView.dataSource = self;
  127. self.tableView.backgroundColor = [UIColor clearColor];
  128. [[UtilsTools getWindow] addSubview:self.noteBookShareVC.view];
  129. [[UtilsTools getWindow] bringSubviewToFront:self.noteBookShareVC.view];
  130. }
  131. - (void)getDataList {
  132. WS(weakSelf);
  133. SHOWLOADING
  134. [[HttpManager sharedHttpManager] POSTUrl:Host(API_Collection_List) parameters:@{@"FolderId":@(0),@"Page":@(1),@"PerPage":@(99999999),@"VisitUserId":@(0)} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  135. REMOVESHOW
  136. [weakSelf.dataArray removeAllObjects];
  137. MyFavoriteModel *listModel = [[MyFavoriteModel alloc] initWithDictionary:responseObject error:nil];
  138. weakSelf.totalPage = listModel.Total;
  139. [weakSelf.dataArray addObjectsFromArray:listModel.Items];
  140. for (MyFavoriteSubModel *model in weakSelf.dataArray) {
  141. if (model.CollectionType == CollectModel_Text) {
  142. model.CollectionType = CollectModel_Aritle;
  143. }
  144. }
  145. [weakSelf changeMessageStatusWithNumber:weakSelf.dataArray.count];
  146. dispatch_async(dispatch_get_main_queue(), ^{
  147. [weakSelf.tableView reloadData];
  148. });
  149. } failure:^(NSError * _Nonnull error) {
  150. REMOVESHOW
  151. }];
  152. }
  153. - (BOOL)hidesBottomBarWhenPushed{
  154. return NO;
  155. }
  156. #pragma mark - UITableViewDelegate
  157. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
  158. return 2;
  159. }
  160. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
  161. switch (section) {
  162. case 0:{
  163. return 1;
  164. }break;
  165. default:{
  166. return self.dataArray.count;
  167. }break;
  168. }
  169. }
  170. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
  171. switch (indexPath.section) {
  172. case 0:{
  173. return 74.f;
  174. }break;
  175. default:{
  176. return UITableViewAutomaticDimension;
  177. }break;
  178. }
  179. }
  180. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
  181. {
  182. switch (section) {
  183. case 0:{
  184. return 0.f;
  185. }break;
  186. default:{
  187. return 36.f;
  188. }break;
  189. }
  190. }
  191. - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
  192. {
  193. switch (section) {
  194. case 0:{
  195. UIView * view = [UIView new];
  196. return view;
  197. }break;
  198. default:{
  199. UIView * view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 36)];
  200. view.backgroundColor = UIColorHex(0xF5F5F5);
  201. UILabel * label = [UILabel new];
  202. label.font = [UIFont systemFontOfSize:14];
  203. label.textColor = UIColorHex(0x888888);
  204. label.text = @"最新收藏";
  205. [view addSubview:label];
  206. [label mas_makeConstraints:^(MASConstraintMaker *make) {
  207. make.left.mas_offset(15);
  208. make.centerY.mas_equalTo(view);
  209. }];
  210. return view;
  211. }break;
  212. }
  213. }
  214. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
  215. switch (indexPath.section) {
  216. case 0:
  217. {
  218. ChatMsgListCell *cell = [ChatMsgListCell configCell1:tableView indexPath:indexPath];
  219. [cell.cell1ContentBgView addSubview:self.collectionView];
  220. self.collectionView.frame = CGRectMake(0, 0, SCREEN_WIDTH, cell.cell1ContentBgView.height);
  221. [self.collectionView reloadData];
  222. return cell;
  223. }
  224. break;
  225. default:
  226. {
  227. MyFavoriteSubModel * model = [self.dataArray objectAtIndex:indexPath.row];
  228. if (model.CollectionType == CollectModel_TopicBooK) {
  229. CommonListCell *cell = [CommonListCell configCell2:tableView indexPath:indexPath];
  230. [cell setCellTopicBookData:model];
  231. WS(weakSelf);
  232. [cell.desBtn setAction:^{
  233. MyFavoriteVC * vc = [MyFavoriteVC initMyFavoriteVC];
  234. vc.listType = model.FolderId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  235. vc.FolderId = model.FolderId;
  236. vc.myTitle = model.FolderName;
  237. [weakSelf.navigationController pushViewController:vc animated:YES];
  238. }];
  239. return cell;
  240. }else{
  241. switch (model.CollectionType) {
  242. case CollectModel_Teacher:
  243. {
  244. CommonListCell *cell = [CommonListCell configCell2:tableView indexPath:indexPath];
  245. [cell setCellNoAuthorData:model];
  246. WS(weakSelf);
  247. [cell.desBtn setAction:^{
  248. MyFavoriteVC * vc = [MyFavoriteVC initMyFavoriteVC];
  249. vc.listType = model.FolderId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  250. vc.FolderId = model.FolderId;
  251. vc.myTitle = model.FolderName;
  252. [weakSelf.navigationController pushViewController:vc animated:YES];
  253. }];
  254. return cell;
  255. }
  256. break;
  257. default:
  258. {
  259. if (model.CollectionType != CollectModel_Toipc && model.Data.Author.length == 0) {
  260. CommonListCell *cell = [CommonListCell configCell2:tableView indexPath:indexPath];
  261. [cell setCellNoAuthorData:model];
  262. WS(weakSelf);
  263. [cell.desBtn setAction:^{
  264. MyFavoriteVC * vc = [MyFavoriteVC initMyFavoriteVC];
  265. vc.listType = model.FolderId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  266. vc.FolderId = model.FolderId;
  267. vc.myTitle = model.FolderName;
  268. [weakSelf.navigationController pushViewController:vc animated:YES];
  269. }];
  270. return cell;
  271. }else{
  272. CommonListCell *cell = [CommonListCell configCell1:tableView indexPath:indexPath];
  273. [cell setCell1Data:model];
  274. WS(weakSelf);
  275. [cell.desBtn setAction:^{
  276. MyFavoriteVC * vc = [MyFavoriteVC initMyFavoriteVC];
  277. vc.listType = model.FolderId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  278. vc.FolderId = model.FolderId;
  279. vc.myTitle = model.FolderName;
  280. [weakSelf.navigationController pushViewController:vc animated:YES];
  281. }];
  282. if (model.CollectionType == CollectModel_Toipc) {
  283. [cell.comeBtn setAction:^{
  284. TDGroupInfoListVC * vc = [TDGroupInfoListVC initTDGroupInfoListVC];
  285. vc.GroupId = model.Data.GroupId;
  286. vc.titleStr = model.Data.GroupName;
  287. [weakSelf.navigationController pushViewController:vc animated:YES];
  288. }];
  289. }
  290. return cell;
  291. }
  292. }
  293. break;
  294. }
  295. }
  296. }
  297. break;
  298. }
  299. }
  300. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
  301. [tableView deselectRowAtIndexPath:indexPath animated:YES];
  302. if (indexPath.section > 0) {
  303. MyFavoriteSubModel * model = [self.dataArray objectAtIndex:indexPath.row];
  304. switch (model.CollectionType) {
  305. case CollectModel_Aritle:{
  306. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  307. vc.type = CollectModel_Aritle;
  308. vc.Id = model.CollectionDataId;
  309. [self.navigationController pushViewController:vc animated:YES];
  310. }break;
  311. case CollectModel_Toipc:
  312. {
  313. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  314. vc.type = CollectModel_Toipc;
  315. vc.Id = model.CollectionDataId;
  316. [self.navigationController pushViewController:vc animated:YES];
  317. }break;
  318. case CollectModel_NewTopic:
  319. {
  320. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  321. vc.type = CollectModel_NewTopic;
  322. vc.Id = model.CollectionDataId;
  323. [self.navigationController pushViewController:vc animated:YES];
  324. }break;
  325. case CollectModel_Collect:{
  326. }break;
  327. case CollectModel_NoteBook:{
  328. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  329. vc.type = CollectModel_NoteBook;
  330. vc.Id = model.CollectionDataId;
  331. vc.isNoteBook = YES;
  332. [self.navigationController pushViewController:vc animated:YES];
  333. }break;
  334. case CollectModel_CollectFile:{
  335. if (model.SourceUserId == [AppUserModel sharedAppUserModel].Id || model.SourceUserId == 0) {
  336. MyFavoriteVC * vc = [MyFavoriteVC initMyFavoriteVC];
  337. vc.listType = model.CollectionDataId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  338. vc.FolderId = model.CollectionDataId;
  339. vc.myTitle = model.Title;
  340. [self.navigationController pushViewController:vc animated:YES];
  341. }else{
  342. OtherFavoriteVC * vc = [OtherFavoriteVC initOtherFavoriteVC];
  343. vc.listType = model.CollectionDataId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  344. vc.FolderId = model.CollectionDataId;
  345. vc.CollectionDataId = model.CollectionDataId;
  346. vc.CollectionType = model.CollectionType;
  347. vc.Author = model.Data.Author;
  348. vc.myTitle = model.Title;
  349. vc.VisitUserId = model.SourceUserId;
  350. [self.navigationController pushViewController:vc animated:YES];
  351. }
  352. }break;
  353. case CollectModel_NoteFile: {
  354. if (model.SourceUserId == [AppUserModel sharedAppUserModel].Id || model.SourceUserId == 0) {
  355. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  356. vc.listType = model.CollectionDataId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  357. vc.FolderId = model.CollectionDataId;
  358. vc.myTitle = model.Title;
  359. [self.navigationController pushViewController:vc animated:YES];
  360. }else{
  361. OtherNoteBookVC * vc = [OtherNoteBookVC initOtherNoteBookVC];
  362. vc.listType = model.CollectionDataId == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  363. vc.FolderId = model.CollectionDataId;
  364. vc.CollectionDataId = model.CollectionDataId;
  365. vc.CollectionType = model.CollectionType;
  366. vc.Author = model.Data.Author;
  367. vc.myTitle = model.Title;
  368. vc.VisitUserId = model.SourceUserId;
  369. [self.navigationController pushViewController:vc animated:YES];
  370. }
  371. }break;
  372. case CollectModel_TopicBooK:{
  373. if (model.SourceUserId == [AppUserModel sharedAppUserModel].Id || model.SourceUserId == 0) {
  374. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  375. vc.listType = MyFavoriteListLevelTypeA;
  376. vc.FolderId = model.CollectionDataId;
  377. vc.TypeValue = 1;
  378. vc.myTitle = model.Title;
  379. [self.navigationController pushViewController:vc animated:YES];
  380. }else{
  381. OtherNoteBookVC * vc = [OtherNoteBookVC initOtherNoteBookVC];
  382. vc.listType = MyFavoriteListLevelTypeA ;
  383. vc.FolderId = model.CollectionDataId;
  384. vc.CollectionDataId = model.CollectionDataId;
  385. vc.CollectionType = model.CollectionType;
  386. vc.Author = model.Data.Author;
  387. vc.TypeValue = 1;
  388. vc.myTitle = model.Title;
  389. vc.VisitUserId = model.SourceUserId;
  390. [self.navigationController pushViewController:vc animated:YES];
  391. }
  392. }break;
  393. case CollectModel_TopicSubBooK:{
  394. if (model.SourceUserId == [AppUserModel sharedAppUserModel].Id || model.SourceUserId == 0) {
  395. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  396. vc.listType = MyFavoriteListLevelTypeB;
  397. vc.FolderId = model.CollectionDataId;
  398. vc.TypeValue = 1;
  399. vc.myTitle = model.Title;
  400. [self.navigationController pushViewController:vc animated:YES];
  401. }else{
  402. OtherNoteBookVC * vc = [OtherNoteBookVC initOtherNoteBookVC];
  403. vc.listType = MyFavoriteListLevelTypeB;
  404. vc.FolderId = model.CollectionDataId;
  405. vc.CollectionDataId = model.CollectionDataId;
  406. vc.CollectionType = model.CollectionType;
  407. vc.Author = model.Data.Author;
  408. vc.TypeValue = 1;
  409. vc.myTitle = model.Title;
  410. vc.VisitUserId = model.SourceUserId;
  411. [self.navigationController pushViewController:vc animated:YES];
  412. }
  413. }break;
  414. case CollectModel_Notice:{
  415. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  416. vc.type = CollectModel_Notice;
  417. vc.Id = model.CollectionDataId;
  418. [self.navigationController pushViewController:vc animated:YES];
  419. }break;
  420. case CollectModel_InterMail:{
  421. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  422. vc.type = CollectModel_InterMail;
  423. vc.Id = model.CollectionDataId;
  424. [self.navigationController pushViewController:vc animated:YES];
  425. }break;
  426. case CollectModel_file:{
  427. FlowAttachmentsModel *wMdoel = [[FlowAttachmentsModel alloc]init];
  428. wMdoel.Url = model.Data.File;
  429. wMdoel.MinUrl = model.Data.File;
  430. wMdoel.Title = model.Data.FileName;
  431. wMdoel.SoureId = model.Data.Id;
  432. wMdoel.SoureTypeId = CollectModel_file;
  433. wMdoel.Size = model.Data.FileSize;
  434. DownFileViewController *downFileViewController = [[DownFileViewController alloc]init];
  435. downFileViewController.model = wMdoel;
  436. [self.navigationController pushViewController:downFileViewController animated:YES];
  437. }break;
  438. case CollectModel_meetDetail:
  439. {
  440. WorkFlowDetailsController * vc = [[WorkFlowDetailsController alloc] initWithId:model.CollectionDataId];
  441. [self.navigationController pushViewController:vc animated:YES];
  442. }
  443. break;
  444. case CollectModel_work:
  445. {
  446. MyApprovalPageDetail * vc = [[MyApprovalPageDetail alloc]init];
  447. vc.pageType = Type_ONEC;
  448. vc.indexId = model.CollectionDataId;
  449. vc.title = model.Data.Title;
  450. vc.TodoId = model.CollectionDataId;
  451. [self.navigationController pushViewController:vc animated:YES];
  452. }
  453. break;
  454. case CollectModel_StoreSound:
  455. {
  456. BookListenVC * vc = [BookListenVC initBookListenVC];
  457. vc.Id = model.CollectionDataId;
  458. vc.MediaType = MediaMusicType;
  459. [self.navigationController pushViewController:vc animated:YES];
  460. }
  461. break;
  462. case CollectModel_StoreVideo:
  463. {
  464. BookWCDetailVC * vc = [BookWCDetailVC initBookWCDetailVC];
  465. vc.Id = model.CollectionDataId;
  466. [self.navigationController pushViewController:vc animated:YES];
  467. }
  468. break;
  469. case CollectModel_Teacher:
  470. {
  471. BookTeacherDetailVC * vc = [BookTeacherDetailVC initBookTeacherDetailVC];
  472. vc.Id = model.CollectionDataId;
  473. [self.navigationController pushViewController:vc animated:YES];
  474. }
  475. break;
  476. case CollectModel_meetMian:{
  477. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  478. vc.Id = model.CollectionDataId;
  479. vc.type = CollectModel_meetMian;
  480. [self.navigationController pushViewController:vc animated:YES];
  481. }break;
  482. case CollectModel_financeCount:{
  483. CountDataVC *vc = [CountDataVC initCountDataVC];
  484. vc.index = 0;
  485. vc.titleStr = @"财务统计";
  486. [self.navigationController pushViewController:vc animated:YES];
  487. }break;
  488. case CollectModel_affairsCount:{
  489. CountDataVC *vc = [CountDataVC initCountDataVC];
  490. vc.index = 1;
  491. vc.titleStr = @"人事统计";
  492. [self.navigationController pushViewController:vc animated:YES];
  493. }break;
  494. case CollectModel_publishCount:{
  495. CountDataVC *vc = [CountDataVC initCountDataVC];
  496. vc.index = 2;
  497. vc.titleStr = @"出版统计";
  498. [self.navigationController pushViewController:vc animated:YES];
  499. }break;
  500. default:
  501. {
  502. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  503. vc.Id = model.CollectionDataId;
  504. vc.type = CollectModel_Toipc;
  505. [self.navigationController pushViewController:vc animated:YES];
  506. }
  507. break;
  508. }
  509. }
  510. }
  511. #pragma mark - load
  512. - (UITableView *)tableView
  513. {
  514. if (!_tableView) {
  515. _tableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain];
  516. _tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
  517. }
  518. return _tableView;
  519. }
  520. - (MyTDGroupView *)SearchView
  521. {
  522. if (!_SearchView) {
  523. _SearchView = [[MyTDGroupView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 36)];
  524. }
  525. return _SearchView;
  526. }
  527. -(NSMutableArray *)dataArray{
  528. if(!_dataArray){
  529. _dataArray = [[NSMutableArray alloc] init];
  530. }
  531. return _dataArray;
  532. }
  533. -(NSMutableArray *)collectionDataSource{
  534. if(!_collectionDataSource){
  535. _collectionDataSource = [[NSMutableArray alloc] init];
  536. }
  537. return _collectionDataSource;
  538. }
  539. - (GHRefreshCollectionView *)collectionView {
  540. if (!_collectionView) {
  541. UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init];
  542. layout.scrollDirection = UICollectionViewScrollDirectionHorizontal;
  543. layout.sectionInset = UIEdgeInsetsMake(0, 0, 0, 0);
  544. _collectionView = [[GHRefreshCollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:layout];
  545. _collectionView.delegate = self;
  546. _collectionView.dataSource = self;
  547. _collectionView.showsHorizontalScrollIndicator = NO;
  548. [_collectionView registerNib:[UINib nibWithNibName:@"ChatMsgCollectionCell" bundle:nil] forCellWithReuseIdentifier:@"ChatMsgCollectionCell"];
  549. _collectionView.backgroundColor = [UIColor whiteColor];
  550. }
  551. return _collectionView;
  552. }
  553. #pragma mark UICollectionView
  554. - (NSInteger)numberOfSectionsInCollectionView:(GHRefreshCollectionView *)collectionView{
  555. return 1;
  556. }
  557. /**********************************************************************/
  558. #pragma mark -UICollectionViewDataSource
  559. /**********************************************************************/
  560. - (NSInteger)collectionView:(GHRefreshCollectionView *)collectionView numberOfItemsInSection:(NSInteger)section {
  561. return self.collectionDataSource.count;
  562. }
  563. - (UICollectionViewCell *)collectionView:(GHRefreshCollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
  564. {
  565. MoreAppInfoModel *bean = [self.collectionDataSource objectAtIndex:indexPath.item];
  566. ChatMsgCollectionCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"ChatMsgCollectionCell" forIndexPath:indexPath];
  567. cell.cell0IconImg.image = [UIImage imageNamed:bean.imgName];
  568. cell.cell0TitleLabel.text = bean.title;
  569. cell.imagH.constant = 25.f;
  570. cell.imagW.constant = 25.f;
  571. cell.titleConstant.constant = 8.f;
  572. switch (indexPath.item) {
  573. case 0:
  574. {
  575. cell.cell0ReadNumLabel.hidden = YES;
  576. NSString * count = @"0";
  577. cell.cell0ReadNumLabel.text = count;
  578. UILabel * label = [UILabel new];
  579. label.font = [UIFont systemFontOfSize:12];
  580. label.text = count;
  581. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  582. if ((width + 5) < 16) {
  583. cell.constant.constant = 16;
  584. }else{
  585. cell.constant.constant = width + 8;
  586. }
  587. }
  588. break;
  589. case 1:
  590. {
  591. cell.cell0ReadNumLabel.hidden = YES;
  592. NSString * count = @"0";
  593. cell.cell0ReadNumLabel.text = count;
  594. UILabel * label = [UILabel new];
  595. label.font = [UIFont systemFontOfSize:12];
  596. label.text = count;
  597. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  598. if ((width + 5) < 16) {
  599. cell.constant.constant = 16;
  600. }else{
  601. cell.constant.constant = width + 8;
  602. }
  603. }
  604. break;
  605. case 2:
  606. {
  607. cell.cell0ReadNumLabel.hidden = YES;
  608. NSString * count = @"0";
  609. cell.cell0ReadNumLabel.text = count;
  610. UILabel * label = [UILabel new];
  611. label.font = [UIFont systemFontOfSize:12];
  612. label.text = count;
  613. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  614. if ((width + 5) < 16) {
  615. cell.constant.constant = 16;
  616. }else{
  617. cell.constant.constant = width + 8;
  618. }
  619. }
  620. break;
  621. case 3:
  622. {
  623. cell.cell0ReadNumLabel.hidden = YES;
  624. NSString * count = @"0";
  625. cell.cell0ReadNumLabel.text = count;
  626. UILabel * label = [UILabel new];
  627. label.font = [UIFont systemFontOfSize:12];
  628. label.text = count;
  629. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  630. if ((width + 5) < 16) {
  631. cell.constant.constant = 16;
  632. }else{
  633. cell.constant.constant = width + 8;
  634. }
  635. }
  636. break;
  637. default:
  638. {
  639. cell.cell0ReadNumLabel.hidden = YES ;
  640. }
  641. break;
  642. }
  643. cell.cell0MengCengView.hidden = YES;
  644. return cell;
  645. }
  646. /****************************************************/
  647. #pragma mark --UICollectionViewDelegateFlowLayout
  648. /****************************************************/
  649. - (CGSize)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
  650. {
  651. CGFloat width = (SCREEN_WIDTH - 20) / self.collectionDataSource.count;
  652. CGFloat height = 80;
  653. return CGSizeMake(width, height);
  654. }
  655. -(UIEdgeInsets)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
  656. {
  657. CGFloat W = 10;
  658. return UIEdgeInsetsMake(0,W,0,W);
  659. }
  660. - (CGFloat)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumLineSpacingForSectionAtIndex:(NSInteger)section{
  661. return 0;
  662. }
  663. - (CGFloat)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section{
  664. return 0;
  665. }
  666. - (void)collectionView:(GHRefreshCollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath{
  667. [collectionView deselectItemAtIndexPath:indexPath animated:YES];
  668. switch (indexPath.item) {
  669. case 0:
  670. {
  671. MyFavoriteVC *vc = [MyFavoriteVC initMyFavoriteVC];
  672. vc.listType = MyFavoriteListLevelTypeA;
  673. vc.FolderId = 0;
  674. vc.operationStateEnum = OperationStateEnum0;
  675. vc.myTitle = @"我的收藏";
  676. vc.hidesBottomBarWhenPushed = YES;
  677. [self.navigationController pushViewController:vc animated:YES];
  678. }
  679. break;
  680. case 1:
  681. {
  682. CommonNoteVC * vc = [CommonNoteVC initCommonNoteVC];
  683. vc.hidesBottomBarWhenPushed = YES;
  684. [self.navigationController pushViewController:vc animated:YES];
  685. }
  686. break;
  687. case 2:
  688. {
  689. CommonToolVC * vc = [CommonToolVC initCommonToolVC];
  690. vc.hidesBottomBarWhenPushed = YES;
  691. [self.navigationController pushViewController:vc animated:YES];
  692. }
  693. break;
  694. default:
  695. {
  696. CommonWorkVC * vc = [CommonWorkVC initCommonWorkVC];
  697. vc.hidesBottomBarWhenPushed = YES;
  698. [self.navigationController pushViewController:vc animated:YES];
  699. }
  700. break;
  701. }
  702. }
  703. - (void)setBarData
  704. {
  705. [self.collectionDataSource removeAllObjects];
  706. NSArray * titleArray = @[@"收藏",@"笔记",@"工具箱",@"工作台"];
  707. NSArray * imageArray = @[@"Common_collect",@"Common_note",@"Common_gjxiang",@"Common_gztai"];
  708. for (NSInteger i = 0; i < titleArray.count; i ++) {
  709. MoreAppInfoModel * model = [[MoreAppInfoModel alloc] init];
  710. model.title = titleArray[i];
  711. model.imgName = imageArray[i];
  712. [self.collectionDataSource addObject:model];
  713. }
  714. }
  715. #pragma Mark 左滑按钮 iOS8以上
  716. - (nullable UISwipeActionsConfiguration *)tableView:(UITableView *)tableView trailingSwipeActionsConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos){
  717. if (indexPath.section == 0) {
  718. UISwipeActionsConfiguration *actions = [UISwipeActionsConfiguration configurationWithActions:@[]];
  719. actions.performsFirstActionWithFullSwipe = NO;
  720. return actions;
  721. }else{
  722. WEAKSELF
  723. MyFavoriteSubModel * model = [self.dataArray objectAtIndex:indexPath.row];
  724. UIContextualAction *action1 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"转发" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  725. [tableView setEditing:NO animated:YES];
  726. weakSelf.sendModel = model;
  727. if (model.CollectionType == CollectModel_StoreSound || weakSelf.sendModel.CollectionType == CollectModel_StoreVideo) {
  728. weakSelf.sendModel.Data.MinFile = weakSelf.sendModel.Data.ArticleImgUrl.firstObject;
  729. weakSelf.sendModel.Data.File = weakSelf.sendModel.Data.ArticleImgUrl.firstObject;
  730. }
  731. [weakSelf shareHander];
  732. }];
  733. action1.backgroundColor = UIColorHex(#FF923A);
  734. UIContextualAction *action2 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:model.IsTop ? @"取消置顶" :@"置顶" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  735. [weakSelf topFind:model];
  736. }];
  737. action2.backgroundColor = UIColorHex(#9BA9CB);
  738. UIContextualAction *action3 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"移动" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  739. [weakSelf launchMoveVC:@[@(model.Id)].mutableCopy];
  740. completionHandler(YES);
  741. }];
  742. action3.backgroundColor = UIColorHex(#589AF1);
  743. UIContextualAction *action4 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleDestructive title:@"删除" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  744. [tableView setEditing:NO animated:YES];
  745. UIAlertController *alertVC = [UIAlertController alertControllerWithTitle:nil message:@"确认删除" preferredStyle:UIAlertControllerStyleAlert];
  746. UIAlertAction *ok = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
  747. [weakSelf.tableView reloadData];
  748. }];
  749. [ok setValue:k9 forKey:@"_titleTextColor"];
  750. UIAlertAction *noOk = [UIAlertAction actionWithTitle:@"确认" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
  751. [weakSelf deleteFind:@[model].mutableCopy indexPath:indexPath];
  752. }];
  753. [alertVC addAction:ok];
  754. [alertVC addAction:noOk];
  755. completionHandler(YES);
  756. [weakSelf presentViewController:alertVC animated:YES completion:nil];
  757. }];
  758. action4.backgroundColor = UIColorHex(#F64A33);
  759. UISwipeActionsConfiguration *actions = [UISwipeActionsConfiguration configurationWithActions:@[action4,action3,action2,action1]];
  760. actions.performsFirstActionWithFullSwipe = NO;
  761. return actions;
  762. }
  763. }
  764. - (void)topFind:(MyFavoriteSubModel*)findModel{
  765. WEAKSELF
  766. [[HttpManager sharedHttpManager] PUTUrl:[NSString stringWithFormat:@"%@%@%ld",BaseUrl,API_Find_Top,(long)findModel.Id] parameters:@{} success:^(id _Nonnull responseObject) {
  767. [weakSelf getDataList];
  768. } failure:^(NSError * _Nonnull error) {
  769. SHOWERROR([ZYCTool handerResultData:error]);
  770. }];
  771. }
  772. - (void)deleteFind:(NSMutableArray<MyFavoriteSubModel *>*)findModelArray indexPath:(NSIndexPath *)indexPath{
  773. NSMutableArray *MiddleIds = [NSMutableArray array];
  774. for (MyFavoriteSubModel *model in findModelArray) {
  775. [MiddleIds addObject:@(model.Id)];
  776. }
  777. NSMutableDictionary *dic = [[NSMutableDictionary alloc]init];
  778. [dic setValue:MiddleIds forKey:@"MiddleIds"];
  779. [dic setValue:@(3) forKey:@"FolderType"];
  780. WS(weakSelf);
  781. [[HttpManager sharedHttpManager] POSTUrl:Host(API_Find_DeleteRecord) parameters:dic responseStyle:DATA success:^(id _Nonnull responseObject) {
  782. [weakSelf.dataArray removeObjectAtIndex:indexPath.row];
  783. dispatch_async(dispatch_get_main_queue(), ^{
  784. [weakSelf.tableView reloadData];
  785. });
  786. } failure:^(NSError * _Nonnull error) {
  787. SHOWERROR([ZYCTool handerResultData:error]);
  788. }];
  789. }
  790. - (void)launchMoveVC:(NSMutableArray<NSNumber*>*)selectIDArray{
  791. MoveViewController * vc = [MoveViewController initMoveViewController];
  792. vc.TypeId = CreateCollectionType;
  793. vc.collectType = CollectHanderType_Move;
  794. vc.CollectionType = CollectModel_Collect;
  795. vc.ParentId = 0;
  796. vc.FolderIds = selectIDArray;
  797. vc.titleStr = @"移动";
  798. [self.navigationController pushViewController:vc animated:YES];
  799. }
  800. #pragma mark - 转发
  801. - (void)shareHander{
  802. [self.noteBookShareVC initNoteBookShareData];
  803. self.noteBookShareVC.view.hidden = !self.noteBookShareVC.view.hidden;
  804. }
  805. - (NoteBookShareVC *)noteBookShareVC{
  806. if (_noteBookShareVC == nil) {
  807. _noteBookShareVC = [NoteBookShareVC initNoteBookShareVC];
  808. [_noteBookShareVC.view setFrame:CGRectMake(0,0, SCREEN_WIDTH, SCREEN_HEIGHT)];
  809. [_noteBookShareVC.view setHidden:YES];
  810. _noteBookShareVC.delegate = self;
  811. }
  812. return _noteBookShareVC;
  813. }
  814. -(void)userSelectType:(NSString *)typeName WithIndexPath:(NSIndexPath *)indexPath{
  815. self.noteBookShareVC.view.hidden = !self.noteBookShareVC.view.hidden;
  816. if ([typeName isEqualToString:@"发给微信好友"]) {
  817. [self returnToWechatSession];
  818. }else if ([typeName isEqualToString:@"发到朋友圈"]){
  819. [self returnToWechatTimeLine];
  820. }else if ([typeName isEqualToString:@"发到微博"]){
  821. [self returnToSina];
  822. }else if ([typeName isEqualToString:@"发给QQ好友"]){
  823. [self returnToQQ];
  824. }else if ([typeName isEqualToString:@"发到消息"]){
  825. [self returnToMessage];
  826. }else if ([typeName isEqualToString:@"发到小组"]){
  827. [self returnToGroup];
  828. }else if ([typeName isEqualToString:@"发到笔记"]){
  829. [self returnToNote];
  830. }else if ([typeName isEqualToString:@"发到话题"]){
  831. [self returnToTopic];
  832. }else{
  833. }
  834. }
  835. - (void)shareWebPageToPlatformType:(UMSocialPlatformType)platformType
  836. {
  837. NSString * url = [self.sendModel.Data.File stringByRemovingPercentEncoding];
  838. UMSocialMessageObject *messageObject = [UMSocialMessageObject messageObject];
  839. messageObject.title = self.sendModel.Title;
  840. //创建文件内容对象
  841. UMShareFileObject * fileObject = [UMShareFileObject shareObjectWithTitle:self.sendModel.Title descr:@"" thumImage:[UIImage imageNamed:[ZYCTool getFileNameImage:self.sendModel.Title]]];
  842. fileObject.fileData = [NSData dataWithContentsOfURL:[NSURL URLWithString:url]];
  843. fileObject.fileExtension = [self.sendModel.Title pathExtension];
  844. //分享消息对象设置分享内容对象
  845. messageObject.shareObject = fileObject;
  846. //调用分享接口
  847. [[UMSocialManager defaultManager] shareToPlatform:platformType messageObject:messageObject currentViewController:self completion:^(id data, NSError *error) {
  848. if (error) {
  849. SHOWERROR([ZYCTool handerResultData:error]);
  850. NSLog(@"************Share fail with error %@*********",error);
  851. }else{
  852. NSLog(@"response data is %@",data);
  853. }
  854. }];
  855. }
  856. - (void)shareWebPageToPlatformType:(UMSocialPlatformType)platformType title:(NSString *)title desc:(NSString *)desc url:(NSString *)url image:(NSString *)image
  857. {
  858. //创建分享消息对象
  859. UMSocialMessageObject *messageObject = [UMSocialMessageObject messageObject];
  860. messageObject.title = title;
  861. //创建网页内容对象
  862. UMShareWebpageObject *shareObject = [UMShareWebpageObject shareObjectWithTitle:title descr:desc thumImage:IMG(image)];
  863. //设置网页地址
  864. shareObject.webpageUrl = url;
  865. //分享消息对象设置分享内容对象
  866. messageObject.shareObject = shareObject;
  867. //调用分享接口
  868. [[UMSocialManager defaultManager] shareToPlatform:platformType messageObject:messageObject currentViewController:self completion:^(id data, NSError *error) {
  869. if (error) {
  870. NSLog(@"************Share fail with error %@*********",error);
  871. }else{
  872. NSLog(@"response data is %@",data);
  873. }
  874. }];
  875. }
  876. - (void)returnToWechatSession
  877. {
  878. NSString * name = self.sendModel.Data.Author;
  879. if (self.sendModel.CollectionType == CollectModel_Toipc) {
  880. name = [NSString stringWithFormat:@"%@ 来自-%@",self.sendModel.Data.Author, self.sendModel.GroupName];
  881. }
  882. if (self.sendModel.CollectionType == CollectModel_file) {
  883. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatSession];
  884. }else{
  885. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatSession title:self.sendModel.Title desc:name url:[self returnUrl] image:[self returnImage]];
  886. }
  887. }
  888. - (void)returnToWechatTimeLine
  889. {
  890. NSString * name = self.sendModel.Data.Author;
  891. if (self.sendModel.CollectionType == CollectModel_Toipc) {
  892. name = [NSString stringWithFormat:@"%@ 来自-%@",self.sendModel.Data.Author, self.sendModel.GroupName];
  893. }
  894. if (self.sendModel.CollectionType == CollectModel_file) {
  895. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatTimeLine];
  896. }else{
  897. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatTimeLine title:self.sendModel.Title desc:name url:[self returnUrl] image:[self returnImage]];
  898. }
  899. }
  900. - (void)returnToSina
  901. {
  902. NSString * name = self.sendModel.Data.Author;
  903. if (self.sendModel.CollectionType == CollectModel_Toipc) {
  904. name = [NSString stringWithFormat:@"%@ 来自-%@",self.sendModel.Data.Author, self.sendModel.GroupName];
  905. }
  906. if (self.sendModel.CollectionType == CollectModel_file) {
  907. [self shareWebPageToPlatformType:UMSocialPlatformType_Sina];
  908. }else{
  909. [self shareWebPageToPlatformType:UMSocialPlatformType_Sina title:self.sendModel.Title desc:name url:[self returnUrl] image:[self returnImage]];
  910. }
  911. }
  912. - (void)returnToQQ
  913. {
  914. NSString * name = self.sendModel.Data.Author;
  915. if (self.sendModel.CollectionType == CollectModel_Toipc) {
  916. name = [NSString stringWithFormat:@"%@ 来自-%@",self.sendModel.Data.Author, self.sendModel.GroupName];
  917. }
  918. if (self.sendModel.CollectionType == CollectModel_file) {
  919. [self shareWebPageToPlatformType:UMSocialPlatformType_QQ];
  920. }else{
  921. [self shareWebPageToPlatformType:UMSocialPlatformType_QQ title:self.sendModel.Title desc:name url:[self returnUrl] image:[self returnImage]];
  922. }
  923. }
  924. - (NSString *)returnUrl
  925. {
  926. switch (self.sendModel.Data.Type) {
  927. case CollectModel_Group:
  928. {
  929. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/topicDetailsWx?"),(long)self.sendModel.CollectionDataId];
  930. return url;
  931. }
  932. break;
  933. case CollectModel_Toipc:
  934. {
  935. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/topicDetailsWx?"),(long)self.sendModel.CollectionDataId];
  936. return url;
  937. }
  938. break;
  939. case CollectModel_NewTopic:
  940. {
  941. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/noteDetailsWx?"),(long)self.sendModel.CollectionDataId];
  942. return url;
  943. }
  944. break;
  945. case CollectModel_Notice:
  946. {
  947. // NSString * url = [NSString stringWithFormat:@"%@%ld",@"http://192.168.0.119:8080/admin/mobile/noticeDetailsWx?",(long)self.currentNoteModel.Id];
  948. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/noticeDetailsWx?"),(long)self.sendModel.CollectionDataId];
  949. return url;
  950. }
  951. break;
  952. case CollectModel_NoteBook:
  953. {
  954. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/noteDetailsWx?"),(long)self.sendModel.CollectionDataId];
  955. return url;
  956. }
  957. break;
  958. case CollectModel_InterMail:
  959. {
  960. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/mailWx?"),(long)self.sendModel.CollectionDataId];
  961. return url;
  962. }
  963. break;
  964. case CollectModel_NoSignMail:
  965. {
  966. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/mailWx?"),(long)self.sendModel.CollectionDataId];
  967. return url;
  968. }
  969. break;
  970. case CollectModel_meetMian:
  971. {
  972. NSString * url = [NSString stringWithFormat:@"%@%ld",ShareHost(@"mobile/minutesMeetingWx?"),(long)self.sendModel.CollectionDataId];
  973. return url;
  974. }
  975. break;
  976. case CollectModel_meetDetail:
  977. {
  978. NSString * url = [NSString stringWithFormat:@"%@%ld",ShareHost(@"mobile/meetingWx?"),(long)self.sendModel.CollectionDataId];
  979. return url;
  980. }
  981. break;
  982. case CollectModel_NoteFile:
  983. {
  984. NSString * url = [NSString stringWithFormat:@"%@id=%ld&type=13&userId=%ld&name=%@&describe=%@",ShareHost(@"mobile/folderWx?"),(long)self.sendModel.CollectionDataId,self.sendModel.SourceUserId,self.sendModel.Title,@"笔记文件夹"];
  985. return url;
  986. }
  987. break;
  988. case CollectModel_CollectFile:
  989. {
  990. NSString * url = [NSString stringWithFormat:@"%@id=%ld&type=12&userId=%ld&name=%@&describe=%@",ShareHost(@"mobile/folderWx?"),(long)self.sendModel.CollectionDataId,self.sendModel.SourceUserId,self.sendModel.Title,@"收藏文件夹"];
  991. return url;
  992. }
  993. break;
  994. case CollectModel_TopicBooK:
  995. {
  996. NSString * url = [NSString stringWithFormat:@"%@id=%ld&type=41&userId=%ld&name=%@&describe=%@",ShareHost(@"mobile/folderWx?"),(long)self.sendModel.CollectionDataId,self.sendModel.SourceUserId,self.sendModel.Title,@"话题本"];
  997. return url;
  998. }
  999. break;
  1000. case CollectModel_TopicSubBooK:
  1001. {
  1002. NSString * url = [NSString stringWithFormat:@"%@id=%ld&type=42&userId=%ld&name=%@&describe=%@",ShareHost(@"mobile/folderWx?"),(long)self.sendModel.CollectionDataId,self.sendModel.SourceUserId,self.sendModel.Title,@"话题文件夹"];
  1003. return url;
  1004. }
  1005. break;
  1006. case CollectModel_work:
  1007. {
  1008. NSString * url = [NSString stringWithFormat:@"%@%ld",ShareHost(@"mobile/approvalWx?"),(long)self.sendModel.CollectionDataId];
  1009. return url;
  1010. }
  1011. break;
  1012. case CollectModel_Aritle:
  1013. {
  1014. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/mainText?"),(long)self.sendModel.CollectionDataId];
  1015. return url;
  1016. }
  1017. break;
  1018. default:
  1019. {
  1020. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/noticeDetailsWx?"),(long)self.sendModel.CollectionDataId];
  1021. return url;
  1022. }
  1023. break;
  1024. }
  1025. return @"";
  1026. }
  1027. - (NSString *)returnImage
  1028. {
  1029. switch (self.sendModel.CollectionType) {
  1030. case CollectModel_Group:
  1031. {
  1032. NSString * url = @"笔记小组";
  1033. return url;
  1034. }
  1035. break;
  1036. case CollectModel_Toipc:
  1037. {
  1038. NSString * url = @"话题";
  1039. return url;
  1040. }
  1041. break;
  1042. case CollectModel_NewTopic:
  1043. {
  1044. NSString * url = @"话题";
  1045. return url;
  1046. }
  1047. break;
  1048. case CollectModel_Notice:
  1049. {
  1050. NSString * url = @"通知图标";
  1051. return url;
  1052. }
  1053. break;
  1054. case CollectModel_NoteBook:
  1055. {
  1056. NSString * url = @"noteBook_icon";
  1057. return url;
  1058. }
  1059. break;
  1060. case CollectModel_NoteFile:
  1061. {
  1062. NSString * url = @"share_file";
  1063. return url;
  1064. }
  1065. break;
  1066. case CollectModel_CollectFile:
  1067. {
  1068. NSString * url = @"share_file";
  1069. return url;
  1070. }
  1071. break;
  1072. case CollectModel_InterMail:
  1073. {
  1074. NSString * url = @"站内信";
  1075. return url;
  1076. }
  1077. break;
  1078. case CollectModel_NoSignMail:
  1079. {
  1080. NSString * url = @"站内信";
  1081. return url;
  1082. }
  1083. break;
  1084. case CollectModel_meetMian:
  1085. {
  1086. NSString * url = @"会议纪要";
  1087. return url;
  1088. }
  1089. break;
  1090. case CollectModel_meetDetail:
  1091. {
  1092. NSString * url = @"会议";
  1093. return url;
  1094. }
  1095. break;
  1096. case CollectModel_Aritle:
  1097. {
  1098. NSString * url = @"文章";
  1099. return url;
  1100. }
  1101. break;
  1102. case CollectModel_TopicBooK:
  1103. {
  1104. NSString * url = @"topicBook";
  1105. return url;
  1106. }
  1107. break;
  1108. case CollectModel_TopicSubBooK:
  1109. {
  1110. NSString * url = @"share_file";
  1111. return url;
  1112. }
  1113. break;
  1114. default:
  1115. {
  1116. NSString * url = @"笔记文章";
  1117. return url;
  1118. }
  1119. break;
  1120. }
  1121. return @"";
  1122. }
  1123. #pragma mark - 分享功能
  1124. - (void)returnToMessage
  1125. {
  1126. ShareListVC * vc = [ShareListVC initShareListVC];
  1127. FlowAttachmentsModel * model = [[FlowAttachmentsModel alloc] init];
  1128. model.SoureId = self.sendModel.CollectionDataId;
  1129. model.SoureTypeId = self.sendModel.CollectionType;
  1130. model.Title = self.sendModel.Title;
  1131. model.Author = self.sendModel.Data.Author;
  1132. model.SourceUserId = self.sendModel.SourceUserId;
  1133. model.GroupId = self.sendModel.Data.GroupId;
  1134. model.GroupName = self.sendModel.Data.GroupName;
  1135. model.MinUrl = self.sendModel.Data.MinFile;
  1136. model.Url = self.sendModel.Data.File;
  1137. vc.sendModel = model;
  1138. vc.isReturn = YES;
  1139. [self.navigationController pushViewController:vc animated:YES];
  1140. }
  1141. - (void)returnToGroup
  1142. {
  1143. MyTDGroupViewController * vc = [[MyTDGroupViewController alloc] init];
  1144. vc.type = CollectModel_Toipc;
  1145. FlowAttachmentsModel * model = [[FlowAttachmentsModel alloc] init];
  1146. model.SoureId = self.sendModel.CollectionDataId;
  1147. model.SoureTypeId = self.sendModel.CollectionType;
  1148. model.Title = self.sendModel.Title;
  1149. model.Author = self.sendModel.Data.Author;
  1150. model.SourceUserId = self.sendModel.SourceUserId;
  1151. model.GroupId = self.sendModel.Data.GroupId;
  1152. model.GroupName = self.sendModel.Data.GroupName;
  1153. model.MinUrl = self.sendModel.Data.MinFile;
  1154. model.Url = self.sendModel.Data.File;
  1155. vc.sendModel = model;
  1156. vc.isReturn = YES;
  1157. [self.navigationController pushViewController:vc animated:YES];
  1158. }
  1159. - (void)returnToNote
  1160. {
  1161. MoveViewController * vc = [MoveViewController initMoveViewController];
  1162. vc.isFromCreateBookVc = YES;
  1163. vc.TypeId = CreateNotesType;
  1164. vc.CollectionType = CollectModel_NoteBook;
  1165. vc.titleStr = @"我的笔记";
  1166. vc.ParentId = 0;
  1167. FlowAttachmentsModel * model = [[FlowAttachmentsModel alloc] init];
  1168. model.SoureId = self.sendModel.CollectionDataId;
  1169. model.SoureTypeId = self.sendModel.CollectionType;
  1170. model.Title = self.sendModel.Title;
  1171. model.Author = self.sendModel.Data.Author;
  1172. model.SourceUserId = self.sendModel.SourceUserId;
  1173. model.GroupId = self.sendModel.Data.GroupId;
  1174. model.GroupName = self.sendModel.Data.GroupName;
  1175. model.MinUrl = self.sendModel.Data.MinFile;
  1176. model.Url = self.sendModel.Data.File;
  1177. vc.type = CollectModel_NoteBook;
  1178. vc.sendModel = model;
  1179. vc.isReturn = YES;
  1180. [self.navigationController pushViewController:vc animated:YES];
  1181. }
  1182. - (void)returnToTopic
  1183. {
  1184. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  1185. vc.type = CollectModel_NewTopic;
  1186. FlowAttachmentsModel * model = [[FlowAttachmentsModel alloc] init];
  1187. model.SoureId = self.sendModel.CollectionDataId;
  1188. model.SoureTypeId = self.sendModel.CollectionType;
  1189. model.Title = self.sendModel.Title;
  1190. model.Author = self.sendModel.Data.Author;
  1191. model.SourceUserId = self.sendModel.SourceUserId;
  1192. model.GroupId = self.sendModel.Data.GroupId;
  1193. model.GroupName = self.sendModel.Data.GroupName;
  1194. model.MinUrl = self.sendModel.Data.MinFile;
  1195. model.Url = self.sendModel.Data.File;
  1196. vc.type = CollectModel_NewTopic;
  1197. vc.sendModel = model;
  1198. vc.isReturn = YES;
  1199. [self.navigationController pushViewController:vc animated:YES];
  1200. }
  1201. - (void)scrollViewWillEndDragging:(UIScrollView *)scrollView withVelocity:(CGPoint)velocity targetContentOffset:(inout CGPoint *)targetContentOffset
  1202. {
  1203. UIPanGestureRecognizer * pan = scrollView.panGestureRecognizer;
  1204. CGFloat v = [pan velocityInView:scrollView].y;
  1205. NSLog(@"%.2f",v);
  1206. if (v < 140) {
  1207. self.HeadView.hidden = YES;
  1208. self.collectionView.hidden = YES;
  1209. }else{
  1210. self.HeadView.hidden = NO;
  1211. self.collectionView.hidden = NO;
  1212. }
  1213. }
  1214. @end