CommonNoteVC.m 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643
  1. //
  2. // CommonNoteVC.m
  3. // smartRhino
  4. //
  5. // Created by niuzhen on 2020/4/29.
  6. // Copyright © 2020 tederen. All rights reserved.
  7. //
  8. #import "CommonNoteVC.h"
  9. #import "MyTDGroupView.h"
  10. #import "MyFavoriteViewCell.h"
  11. #import "YCMenuView.h"
  12. #import "ShowNewGroupAlert.h"
  13. #import "MyFavoriteNewFindVC.h"
  14. #import "MyCenterSearchVC.h"
  15. #import "MoveViewController.h"
  16. #import "NoteBookCell.h"
  17. #import "NoteBookDetailVC.h"
  18. #import "NoteBookCommentVC.h"
  19. #import "NoteBookShareVC.h"
  20. #import "MyTDGroupViewController.h"
  21. #import "MyTDTopicCreateVC.h"
  22. #import "MyTDTopicDetailVC.h"
  23. #import "MoveViewController.h"
  24. #import "HomeDetailController.h"
  25. #import "TDGroupInfoListVC.h"
  26. #import "WorkFlowDetailsController.h"
  27. #import "MyApprovalPageDetail.h"
  28. #import "DownFileViewController.h"
  29. #import "MyFavoriteVC.h"
  30. #import "NoteBookSearchVC.h"
  31. #import "OtherFavoriteVC.h"
  32. #import "OtherNoteBookVC.h"
  33. #import "MailListDetailVC.h"
  34. #import "ShareListVC.h"
  35. #import "NoteBookVC.h"
  36. @interface CommonNoteVC ()<UITableViewDelegate,UITableViewDataSource,NoteBookShareVCDelegate>
  37. @property (weak, nonatomic) IBOutlet UIButton *rightEditBtn;
  38. @property (weak, nonatomic) IBOutlet UITableView *tableView;
  39. @property (weak, nonatomic) IBOutlet UIView *headerView;
  40. @property (strong, nonatomic) MyTDGroupView *SearchView;
  41. @property (strong, nonatomic) UIView *noteView;
  42. @property (strong,nonatomic) NSMutableArray <MyNoteBookSubModel *>*noteBookArray;
  43. @property (nonatomic, assign) Boolean isFresh;
  44. @property (nonatomic,assign) NSInteger currentPage;
  45. @property (nonatomic,assign) NSInteger totalPage;
  46. @property (strong,nonatomic) NSMutableArray *taskActionArray;
  47. @property(strong,nonatomic)UIImageView *cellImage;
  48. @property(strong,nonatomic)NSIndexPath *currentPath;
  49. @property(assign,nonatomic)CGFloat orignY;
  50. @property (nonatomic,assign) BOOL isBarReturn;
  51. @property (strong, nonatomic) NoteBookShareVC *noteBookShareVC;
  52. @property (strong, nonatomic) NoteBookCommentVC *noteBookCommentVC;
  53. @property (strong, nonatomic) FlowAttachmentsModel * returnModel;
  54. @property (nonatomic,assign) NSInteger selectCount;
  55. @end
  56. @implementation CommonNoteVC
  57. +(CommonNoteVC *)initCommonNoteVC{
  58. CommonNoteVC *controller = [StoryboardManager.shared.Common instantiateViewControllerWithIdentifier:@"CommonNoteVC"];
  59. return controller;
  60. }
  61. #pragma mark -loay
  62. - (void)addHeaderSubView
  63. {
  64. [self.headerView addSubview:self.SearchView];
  65. [self.SearchView mas_makeConstraints:^(MASConstraintMaker *make) {
  66. make.top.mas_offset(6);
  67. make.left.right.mas_equalTo(self.headerView);
  68. make.height.mas_offset(36);
  69. }];
  70. [self.headerView addSubview:self.noteView];
  71. [self.noteView mas_makeConstraints:^(MASConstraintMaker *make) {
  72. make.top.mas_equalTo(self.SearchView.mas_bottom);
  73. make.left.bottom.right.mas_equalTo(self.headerView);
  74. }];
  75. UIImageView * imgV = [UIImageView new];
  76. imgV.image = IMG(@"Common_note_icon");
  77. [self.noteView addSubview:imgV];
  78. [imgV mas_makeConstraints:^(MASConstraintMaker *make) {
  79. make.left.mas_offset(15);
  80. make.centerY.mas_equalTo(self.noteView);
  81. }];
  82. UILabel * lineL = [UILabel new];
  83. lineL.backgroundColor = LINEBGCOLOR;
  84. [self.noteView addSubview:lineL];
  85. [lineL mas_makeConstraints:^(MASConstraintMaker *make) {
  86. make.left.bottom.right.mas_equalTo(self.noteView);
  87. make.height.mas_offset(0.5);
  88. }];
  89. UILabel * titleL = [UILabel new];
  90. titleL.textColor = UIColorHex(0x0A0A0A);
  91. titleL.font = [UIFont systemFontOfSize:15];
  92. titleL.text = @"笔记本";
  93. [self.noteView addSubview:titleL];
  94. [titleL mas_makeConstraints:^(MASConstraintMaker *make) {
  95. make.centerY.mas_equalTo(self.noteView);
  96. make.left.mas_equalTo(imgV.mas_right).offset(15);
  97. }];
  98. UIImageView * rightImgV = [UIImageView new];
  99. rightImgV.image = IMG(@"chatmsg_rightArrow_icon");
  100. [self.noteView addSubview:rightImgV];
  101. [rightImgV mas_makeConstraints:^(MASConstraintMaker *make) {
  102. make.centerY.mas_equalTo(self.noteView);
  103. make.right.offset(-15);
  104. }];
  105. WS(weakSelf);
  106. UITapGestureRecognizer * tap = [[UITapGestureRecognizer alloc] initWithActionBlock:^(id _Nonnull sender) {
  107. [weakSelf pushNoteVC];
  108. }];
  109. self.noteView.userInteractionEnabled = YES;
  110. [self.noteView addGestureRecognizer:tap];
  111. }
  112. - (void)pushNoteVC
  113. {
  114. NoteBookVC *vc = [NoteBookVC initNoteBookVC];
  115. vc.listType = MyNoteBookListLevelTypeA;
  116. vc.FolderId = 0;
  117. vc.myTitle = @"笔记本";
  118. vc.VisitUserId = 0;
  119. vc.operationStateEnum = OperationStateEnum0;
  120. [self.navigationController pushViewController:vc animated:YES];
  121. }
  122. - (MyTDGroupView *)SearchView
  123. {
  124. if (!_SearchView) {
  125. _SearchView = [[MyTDGroupView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 36)];
  126. }
  127. return _SearchView;
  128. }
  129. - (UIView *)noteView
  130. {
  131. if (!_noteView) {
  132. _noteView = [UIView new];
  133. }
  134. return _noteView;
  135. }
  136. #pragma mark - UItableView刷新
  137. //- (void)setTableRefresh
  138. //{
  139. // WS(weakSelf);
  140. // self.tableView.mj_header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{
  141. // [weakSelf headRefresh];
  142. // }];
  143. // self.tableView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{
  144. // [weakSelf footerRefresh];
  145. // }];
  146. // [self.tableView.mj_header beginRefreshing];
  147. //}
  148. //- (void)headRefresh{
  149. // self.isFresh = YES;
  150. // self.currentPage = 1;
  151. // self.totalPage = 1;
  152. // [self.noteBookArray removeAllObjects];
  153. // [self getDataList];
  154. //}
  155. //
  156. //- (void)footerRefresh{
  157. // self.isFresh = NO;
  158. // self.currentPage += 1;
  159. // if (self.totalPage == self.noteBookArray.count) {
  160. // self.currentPage --;
  161. // [self.tableView.mj_footer resetNoMoreData];
  162. // return ;
  163. // }
  164. // [self getDataList];
  165. //}
  166. - (void)getDataList{
  167. WS(weakSelf);
  168. [self.noteBookArray removeAllObjects];
  169. [[HttpManager sharedHttpManager] POSTUrl:Host(API_Note_List) parameters:@{@"FolderId":@(0),@"Page":@(1),@"PerPage":@(99999999),@"VisitUserId":@(0),@"SearchKey":@"",@"Sort":@""} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  170. NSLog(@"笔记列表数据 %@",responseObject);
  171. MyNoteBookModel *listModel = [[MyNoteBookModel alloc] initWithDictionary:responseObject error:nil];
  172. weakSelf.totalPage = listModel.Total;
  173. [weakSelf.noteBookArray addObjectsFromArray:listModel.Items];
  174. dispatch_async(dispatch_get_main_queue(), ^{
  175. // [weakSelf.tableView.mj_header endRefreshing];
  176. // [weakSelf.tableView.mj_footer endRefreshing];
  177. [weakSelf.tableView reloadData];
  178. });
  179. } failure:^(NSError * _Nonnull error) {
  180. }];
  181. }
  182. - (void)viewWillAppear:(BOOL)animated
  183. {
  184. [super viewWillAppear:animated];
  185. [self getDataList];
  186. }
  187. - (void)viewDidLoad {
  188. [super viewDidLoad];
  189. self.tableView.delegate = self;
  190. self.tableView.dataSource = self;
  191. self.fd_prefersNavigationBarHidden = YES;
  192. [self addHeaderSubView];
  193. WS(weakSelf);
  194. [self.rightEditBtn setAction:^{
  195. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  196. vc.type = CollectModel_NoteBook;
  197. vc.FolderId = 0;
  198. vc.FolderName = @"根目录";
  199. [weakSelf.navigationController pushViewController:vc animated:YES];
  200. }];
  201. [self.SearchView.button setAction:^{
  202. NoteBookSearchVC * vc = [[NoteBookSearchVC alloc] init];
  203. vc.IsSelected = NO;
  204. vc.FolderId = 0;
  205. [weakSelf.navigationController pushViewController:vc animated:YES];
  206. }];
  207. [self.view addSubview:self.noteBookShareVC.view];
  208. }
  209. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
  210. return 1;
  211. }
  212. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
  213. return self.noteBookArray.count;
  214. }
  215. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
  216. WS(weakSelf);
  217. MyNoteBookSubModel *model = self.noteBookArray[indexPath.row];
  218. switch (model.DataType) {
  219. case TopiclistCellNone:
  220. {
  221. NoteBookCell *cell = [NoteBookCell configCell6:tableView indexPath:indexPath];
  222. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"]];
  223. cell.cell1Title.text = model.Name;
  224. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  225. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  226. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  227. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  228. if ([[self setTitleWithStr:model.Title] length] == 0) {
  229. cell.cell1contentTitleLabel.hidden = YES;
  230. cell.titleHeight.constant = 0.f;
  231. }else{
  232. cell.cell1contentTitleLabel.hidden = NO;
  233. cell.titleHeight.constant = 10.f;
  234. }
  235. if ([[self setTitleWithStr:model.Content] length] == 0) {
  236. cell.cell1contentContentLabel.hidden = YES;
  237. cell.contentHeight.constant = 0.f;
  238. }else{
  239. cell.cell1contentContentLabel.hidden = NO;
  240. cell.contentHeight.constant = 10.f;
  241. }
  242. cell.cellZanButton.selected = model.IsPraise;
  243. if (model.PraiseCount > 0) {
  244. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  245. }else{
  246. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  247. }
  248. if (model.CommentCount > 0) {
  249. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  250. }else{
  251. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  252. }
  253. cell.IsTopV.hidden = !model.IsTop;
  254. [cell.cellCommentButton setAction:^{
  255. [weakSelf CommentHanderIndex:indexPath];
  256. }];
  257. [cell.cellZanButton setAction:^{
  258. [weakSelf zanHanderIndex:indexPath];
  259. }];
  260. [cell.cellShareButton setAction:^{
  261. [weakSelf shareHanderModel:model];
  262. }];
  263. cell.ClickUserBlock = ^{
  264. [weakSelf showUserInfo:model.UserId];
  265. };
  266. cell.bottomView.hidden = YES;
  267. cell.bottomHeight.constant = 0.f;
  268. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  269. cell.FileBtn.hidden = NO;
  270. cell.FileRightV.hidden = NO;
  271. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  272. [cell.FileBtn setAction:^{
  273. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  274. if (model.FolderId == 0) {
  275. vc.listType = MyFavoriteListLevelTypeB;
  276. vc.myTitle = @"笔记本";
  277. }else{
  278. vc.listType = MyFavoriteListLevelTypeC;
  279. vc.myTitle = model.FolderName;
  280. }
  281. vc.ParentId = model.ParentId;
  282. vc.FolderId = model.FolderId;
  283. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  284. [weakSelf.navigationController pushViewController:vc animated:YES];
  285. }];
  286. return cell;
  287. }
  288. break;
  289. case TopiclistCellImage:
  290. {
  291. switch (model.Data.count) {
  292. case 1:
  293. {
  294. NoteBookCell *cell = [NoteBookCell configCell0:tableView indexPath:indexPath];
  295. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  296. cell.cell1Title.text = model.Name;
  297. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  298. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  299. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  300. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  301. if ([[self setTitleWithStr:model.Title] length] == 0) {
  302. cell.cell1contentTitleLabel.hidden = YES;
  303. cell.titleHeight.constant = 0.f;
  304. }else{
  305. cell.cell1contentTitleLabel.hidden = NO;
  306. cell.titleHeight.constant = 10.f;
  307. }
  308. if ([[self setTitleWithStr:model.Content] length] == 0) {
  309. cell.cell1contentContentLabel.hidden = YES;
  310. cell.contentHeight.constant = 0.f;
  311. }else{
  312. cell.cell1contentContentLabel.hidden = NO;
  313. cell.contentHeight.constant = 10.f;
  314. }
  315. cell.IsTopV.hidden = !model.IsTop;
  316. MyNoteBookeDataModel * data0Model = model.Data[0];
  317. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  318. cell.cellZanButton.selected = model.IsPraise;
  319. if (model.PraiseCount > 0) {
  320. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  321. }else{
  322. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  323. }
  324. if (model.CommentCount > 0) {
  325. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  326. }else{
  327. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  328. }
  329. [cell.cellCommentButton setAction:^{
  330. [weakSelf CommentHanderIndex:indexPath];
  331. }];
  332. [cell.cellZanButton setAction:^{
  333. [weakSelf zanHanderIndex:indexPath];
  334. }];
  335. [cell.cellShareButton setAction:^{
  336. [weakSelf shareHanderModel:model];
  337. }];
  338. cell.ClickUserBlock = ^{
  339. [weakSelf showUserInfo:model.UserId];
  340. };
  341. cell.bottomView.hidden = YES;
  342. cell.bottomHeight.constant = 0.f;
  343. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  344. cell.FileBtn.hidden = NO;
  345. cell.FileRightV.hidden = NO;
  346. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  347. [cell.FileBtn setAction:^{
  348. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  349. if (model.FolderId == 0) {
  350. vc.listType = MyFavoriteListLevelTypeB;
  351. vc.myTitle = @"笔记本";
  352. }else{
  353. vc.listType = MyFavoriteListLevelTypeC;
  354. vc.myTitle = model.FolderName;
  355. }
  356. vc.ParentId = model.ParentId;
  357. vc.FolderId = model.FolderId;
  358. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  359. [weakSelf.navigationController pushViewController:vc animated:YES];
  360. }];
  361. return cell;
  362. }break;
  363. case 2:{
  364. NoteBookCell *cell = [NoteBookCell configCell1:tableView indexPath:indexPath];
  365. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  366. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  367. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  368. if ([[self setTitleWithStr:model.Title] length] == 0) {
  369. cell.cell1contentTitleLabel.hidden = YES;
  370. cell.titleHeight.constant = 0.f;
  371. }else{
  372. cell.cell1contentTitleLabel.hidden = NO;
  373. cell.titleHeight.constant = 10.f;
  374. }
  375. if ([[self setTitleWithStr:model.Content] length] == 0) {
  376. cell.cell1contentContentLabel.hidden = YES;
  377. cell.contentHeight.constant = 0.f;
  378. }else{
  379. cell.cell1contentContentLabel.hidden = NO;
  380. cell.contentHeight.constant = 10.f;
  381. }
  382. cell.cell1Title.text = model.Name;
  383. cell.IsTopV.hidden = !model.IsTop;
  384. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  385. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  386. MyNoteBookeDataModel * data0Model = model.Data[0];
  387. MyNoteBookeDataModel * data1Model = model.Data[1];
  388. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  389. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  390. cell.cellZanButton.selected = model.IsPraise;
  391. if (model.PraiseCount > 0) {
  392. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  393. }else{
  394. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  395. }
  396. if (model.CommentCount > 0) {
  397. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  398. }else{
  399. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  400. }
  401. [cell.cellCommentButton setAction:^{
  402. [weakSelf CommentHanderIndex:indexPath];
  403. }];
  404. [cell.cellZanButton setAction:^{
  405. [weakSelf zanHanderIndex:indexPath];
  406. }];
  407. [cell.cellShareButton setAction:^{
  408. [weakSelf shareHanderModel:model];
  409. }];
  410. cell.ClickUserBlock = ^{
  411. [weakSelf showUserInfo:model.UserId];
  412. };
  413. cell.bottomView.hidden = YES;
  414. cell.bottomHeight.constant = 0.f;
  415. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  416. cell.FileBtn.hidden = NO;
  417. cell.FileRightV.hidden = NO;
  418. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  419. [cell.FileBtn setAction:^{
  420. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  421. if (model.FolderId == 0) {
  422. vc.listType = MyFavoriteListLevelTypeB;
  423. vc.myTitle = @"笔记本";
  424. }else{
  425. vc.listType = MyFavoriteListLevelTypeC;
  426. vc.myTitle = model.FolderName;
  427. }
  428. vc.ParentId = model.ParentId;
  429. vc.FolderId = model.FolderId;
  430. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  431. [weakSelf.navigationController pushViewController:vc animated:YES];
  432. }];
  433. return cell;
  434. }break;
  435. case 3:{
  436. NoteBookCell *cell = [NoteBookCell configCell2:tableView indexPath:indexPath];
  437. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  438. cell.cell1Title.text = model.Name;
  439. cell.IsTopV.hidden = !model.IsTop;
  440. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  441. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  442. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  443. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  444. if ([[self setTitleWithStr:model.Title] length] == 0) {
  445. cell.cell1contentTitleLabel.hidden = YES;
  446. cell.titleHeight.constant = 0.f;
  447. }else{
  448. cell.cell1contentTitleLabel.hidden = NO;
  449. cell.titleHeight.constant = 10.f;
  450. }
  451. if ([[self setTitleWithStr:model.Content] length] == 0) {
  452. cell.cell1contentContentLabel.hidden = YES;
  453. cell.contentHeight.constant = 0.f;
  454. }else{
  455. cell.cell1contentContentLabel.hidden = NO;
  456. cell.contentHeight.constant = 10.f;
  457. }
  458. MyNoteBookeDataModel * data0Model = model.Data[0];
  459. MyNoteBookeDataModel * data1Model = model.Data[1];
  460. MyNoteBookeDataModel * data2Model = model.Data[2];
  461. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  462. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  463. [cell.cell1IconImageView3 sd_setImageWithURL:[NSURL URLWithString:data2Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  464. cell.cellZanButton.selected = model.IsPraise;
  465. if (model.PraiseCount > 0) {
  466. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  467. }else{
  468. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  469. }
  470. if (model.CommentCount > 0) {
  471. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  472. }else{
  473. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  474. }
  475. [cell.cellCommentButton setAction:^{
  476. [weakSelf CommentHanderIndex:indexPath];
  477. }];
  478. [cell.cellZanButton setAction:^{
  479. [weakSelf zanHanderIndex:indexPath];
  480. }];
  481. [cell.cellShareButton setAction:^{
  482. [weakSelf shareHanderModel:model];
  483. }];
  484. cell.ClickUserBlock = ^{
  485. [weakSelf showUserInfo:model.UserId];
  486. };
  487. cell.bottomView.hidden = YES;
  488. cell.bottomHeight.constant = 0.f;
  489. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  490. cell.FileBtn.hidden = NO;
  491. cell.FileRightV.hidden = NO;
  492. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  493. [cell.FileBtn setAction:^{
  494. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  495. if (model.FolderId == 0) {
  496. vc.listType = MyFavoriteListLevelTypeB;
  497. vc.myTitle = @"笔记本";
  498. }else{
  499. vc.listType = MyFavoriteListLevelTypeC;
  500. vc.myTitle = model.FolderName;
  501. }
  502. vc.ParentId = model.ParentId;
  503. vc.FolderId = model.FolderId;
  504. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  505. [weakSelf.navigationController pushViewController:vc animated:YES];
  506. }];
  507. return cell;
  508. }break;
  509. case 4:{
  510. NoteBookCell *cell = [NoteBookCell configCell3:tableView indexPath:indexPath];
  511. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  512. cell.cell1Title.text = model.Name;
  513. cell.IsTopV.hidden = !model.IsTop;
  514. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  515. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  516. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  517. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  518. if ([[self setTitleWithStr:model.Title] length] == 0) {
  519. cell.cell1contentTitleLabel.hidden = YES;
  520. cell.titleHeight.constant = 0.f;
  521. }else{
  522. cell.cell1contentTitleLabel.hidden = NO;
  523. cell.titleHeight.constant = 10.f;
  524. }
  525. if ([[self setTitleWithStr:model.Content] length] == 0) {
  526. cell.cell1contentContentLabel.hidden = YES;
  527. cell.contentHeight.constant = 0.f;
  528. }else{
  529. cell.cell1contentContentLabel.hidden = NO;
  530. cell.contentHeight.constant = 10.f;
  531. }
  532. MyNoteBookeDataModel * data0Model = model.Data[0];
  533. MyNoteBookeDataModel * data1Model = model.Data[1];
  534. MyNoteBookeDataModel * data2Model = model.Data[2];
  535. MyNoteBookeDataModel * data3Model = model.Data[3];
  536. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  537. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  538. [cell.cell1IconImageView3 sd_setImageWithURL:[NSURL URLWithString:data2Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  539. [cell.cell1IconImageView4 sd_setImageWithURL:[NSURL URLWithString:data3Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  540. cell.cellZanButton.selected = model.IsPraise;
  541. if (model.PraiseCount > 0) {
  542. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  543. }else{
  544. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  545. }
  546. if (model.CommentCount > 0) {
  547. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  548. }else{
  549. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  550. }
  551. [cell.cellCommentButton setAction:^{
  552. [weakSelf CommentHanderIndex:indexPath];
  553. }];
  554. [cell.cellZanButton setAction:^{
  555. [weakSelf zanHanderIndex:indexPath];
  556. }];
  557. [cell.cellShareButton setAction:^{
  558. [weakSelf shareHanderModel:model];
  559. }];
  560. cell.ClickUserBlock = ^{
  561. [weakSelf showUserInfo:model.UserId];
  562. };
  563. cell.bottomView.hidden = YES;
  564. cell.bottomHeight.constant = 0.f;
  565. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  566. cell.FileBtn.hidden = NO;
  567. cell.FileRightV.hidden = NO;
  568. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  569. [cell.FileBtn setAction:^{
  570. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  571. if (model.FolderId == 0) {
  572. vc.listType = MyFavoriteListLevelTypeB;
  573. vc.myTitle = @"笔记本";
  574. }else{
  575. vc.listType = MyFavoriteListLevelTypeC;
  576. vc.myTitle = model.FolderName;
  577. }
  578. vc.ParentId = model.ParentId;
  579. vc.FolderId = model.FolderId;
  580. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  581. [weakSelf.navigationController pushViewController:vc animated:YES];
  582. }];
  583. return cell;
  584. }break;
  585. case 5:{
  586. NoteBookCell *cell = [NoteBookCell configCell4:tableView indexPath:indexPath];
  587. cell.cell1Title.text = model.Name;
  588. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  589. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  590. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  591. cell.IsTopV.hidden = !model.IsTop;
  592. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  593. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  594. if ([[self setTitleWithStr:model.Title] length] == 0) {
  595. cell.cell1contentTitleLabel.hidden = YES;
  596. cell.titleHeight.constant = 0.f;
  597. }else{
  598. cell.cell1contentTitleLabel.hidden = NO;
  599. cell.titleHeight.constant = 10.f;
  600. }
  601. if ([[self setTitleWithStr:model.Content] length] == 0) {
  602. cell.cell1contentContentLabel.hidden = YES;
  603. cell.contentHeight.constant = 0.f;
  604. }else{
  605. cell.cell1contentContentLabel.hidden = NO;
  606. cell.contentHeight.constant = 10.f;
  607. }
  608. MyNoteBookeDataModel * data0Model = model.Data[0];
  609. MyNoteBookeDataModel * data1Model = model.Data[1];
  610. MyNoteBookeDataModel * data2Model = model.Data[2];
  611. MyNoteBookeDataModel * data3Model = model.Data[3];
  612. MyNoteBookeDataModel * data4Model = model.Data[4];
  613. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  614. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  615. [cell.cell1IconImageView3 sd_setImageWithURL:[NSURL URLWithString:data2Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  616. [cell.cell1IconImageView4 sd_setImageWithURL:[NSURL URLWithString:data3Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  617. [cell.cell1IconImageView5 sd_setImageWithURL:[NSURL URLWithString:data4Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  618. cell.cellZanButton.selected = model.IsPraise;
  619. if (model.PraiseCount > 0) {
  620. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  621. }else{
  622. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  623. }
  624. if (model.CommentCount > 0) {
  625. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  626. }else{
  627. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  628. }
  629. [cell.cellCommentButton setAction:^{
  630. [weakSelf CommentHanderIndex:indexPath];
  631. }];
  632. [cell.cellZanButton setAction:^{
  633. [weakSelf zanHanderIndex:indexPath];
  634. }];
  635. [cell.cellShareButton setAction:^{
  636. [weakSelf shareHanderModel:model];
  637. }];
  638. cell.ClickUserBlock = ^{
  639. [weakSelf showUserInfo:model.UserId];
  640. };
  641. cell.cell1IconImageView6.hidden = YES;
  642. cell.bottomView.hidden = YES;
  643. cell.bottomHeight.constant = 0.f;
  644. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  645. cell.FileBtn.hidden = NO;
  646. cell.FileRightV.hidden = NO;
  647. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  648. [cell.FileBtn setAction:^{
  649. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  650. if (model.FolderId == 0) {
  651. vc.listType = MyFavoriteListLevelTypeB;
  652. vc.myTitle = @"笔记本";
  653. }else{
  654. vc.listType = MyFavoriteListLevelTypeC;
  655. vc.myTitle = model.FolderName;
  656. }
  657. vc.ParentId = model.ParentId;
  658. vc.FolderId = model.FolderId;
  659. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  660. [weakSelf.navigationController pushViewController:vc animated:YES];
  661. }];
  662. return cell;
  663. }break;
  664. case 6:{
  665. NoteBookCell *cell = [NoteBookCell configCell4:tableView indexPath:indexPath];
  666. cell.cell1Title.text = model.Name;
  667. cell.IsTopV.hidden = !model.IsTop;
  668. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  669. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  670. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  671. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  672. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  673. if ([[self setTitleWithStr:model.Title] length] == 0) {
  674. cell.cell1contentTitleLabel.hidden = YES;
  675. cell.titleHeight.constant = 0.f;
  676. }else{
  677. cell.cell1contentTitleLabel.hidden = NO;
  678. cell.titleHeight.constant = 10.f;
  679. }
  680. if ([[self setTitleWithStr:model.Content] length] == 0) {
  681. cell.cell1contentContentLabel.hidden = YES;
  682. cell.contentHeight.constant = 0.f;
  683. }else{
  684. cell.cell1contentContentLabel.hidden = NO;
  685. cell.contentHeight.constant = 10.f;
  686. }
  687. MyNoteBookeDataModel * data0Model = model.Data[0];
  688. MyNoteBookeDataModel * data1Model = model.Data[1];
  689. MyNoteBookeDataModel * data2Model = model.Data[2];
  690. MyNoteBookeDataModel * data3Model = model.Data[3];
  691. MyNoteBookeDataModel * data4Model = model.Data[4];
  692. MyNoteBookeDataModel * data5Model = model.Data[5];
  693. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  694. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  695. [cell.cell1IconImageView3 sd_setImageWithURL:[NSURL URLWithString:data2Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  696. [cell.cell1IconImageView4 sd_setImageWithURL:[NSURL URLWithString:data3Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  697. [cell.cell1IconImageView5 sd_setImageWithURL:[NSURL URLWithString:data4Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  698. [cell.cell1IconImageView6 sd_setImageWithURL:[NSURL URLWithString:data5Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  699. cell.cellZanButton.selected = model.IsPraise;
  700. if (model.PraiseCount > 0) {
  701. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  702. }else{
  703. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  704. }
  705. if (model.CommentCount > 0) {
  706. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  707. }else{
  708. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  709. }
  710. [cell.cellCommentButton setAction:^{
  711. [weakSelf CommentHanderIndex:indexPath];
  712. }];
  713. [cell.cellZanButton setAction:^{
  714. [weakSelf zanHanderIndex:indexPath];
  715. }];
  716. [cell.cellShareButton setAction:^{
  717. [weakSelf shareHanderModel:model];
  718. }];
  719. cell.ClickUserBlock = ^{
  720. [weakSelf showUserInfo:model.UserId];
  721. };
  722. cell.bottomView.hidden = YES;
  723. cell.bottomHeight.constant = 0.f;
  724. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  725. cell.FileBtn.hidden = NO;
  726. cell.FileRightV.hidden = NO;
  727. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  728. [cell.FileBtn setAction:^{
  729. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  730. if (model.FolderId == 0) {
  731. vc.listType = MyFavoriteListLevelTypeB;
  732. vc.myTitle = @"笔记本";
  733. }else{
  734. vc.listType = MyFavoriteListLevelTypeC;
  735. vc.myTitle = model.FolderName;
  736. }
  737. vc.ParentId = model.ParentId;
  738. vc.FolderId = model.FolderId;
  739. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  740. [weakSelf.navigationController pushViewController:vc animated:YES];
  741. }];
  742. return cell;
  743. }break;
  744. case 7:{
  745. NoteBookCell *cell = [NoteBookCell configCell5:tableView indexPath:indexPath];
  746. cell.cell1Title.text = model.Name;
  747. cell.IsTopV.hidden = !model.IsTop;
  748. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  749. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  750. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl]placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  751. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  752. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  753. if ([[self setTitleWithStr:model.Title] length] == 0) {
  754. cell.cell1contentTitleLabel.hidden = YES;
  755. cell.titleHeight.constant = 0.f;
  756. }else{
  757. cell.cell1contentTitleLabel.hidden = NO;
  758. cell.titleHeight.constant = 10.f;
  759. }
  760. if ([[self setTitleWithStr:model.Content] length] == 0) {
  761. cell.cell1contentContentLabel.hidden = YES;
  762. cell.contentHeight.constant = 0.f;
  763. }else{
  764. cell.cell1contentContentLabel.hidden = NO;
  765. cell.contentHeight.constant = 10.f;
  766. }
  767. MyNoteBookeDataModel * data0Model = model.Data[0];
  768. MyNoteBookeDataModel * data1Model = model.Data[1];
  769. MyNoteBookeDataModel * data2Model = model.Data[2];
  770. MyNoteBookeDataModel * data3Model = model.Data[3];
  771. MyNoteBookeDataModel * data4Model = model.Data[4];
  772. MyNoteBookeDataModel * data5Model = model.Data[5];
  773. MyNoteBookeDataModel * data6Model = model.Data[6];
  774. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  775. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  776. [cell.cell1IconImageView3 sd_setImageWithURL:[NSURL URLWithString:data2Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  777. [cell.cell1IconImageView4 sd_setImageWithURL:[NSURL URLWithString:data3Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  778. [cell.cell1IconImageView5 sd_setImageWithURL:[NSURL URLWithString:data4Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  779. [cell.cell1IconImageView6 sd_setImageWithURL:[NSURL URLWithString:data5Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  780. [cell.cell1IconImageView7 sd_setImageWithURL:[NSURL URLWithString:data6Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  781. cell.cellZanButton.selected = model.IsPraise;
  782. if (model.PraiseCount > 0) {
  783. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  784. }else{
  785. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  786. }
  787. if (model.CommentCount > 0) {
  788. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  789. }else{
  790. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  791. }
  792. [cell.cellCommentButton setAction:^{
  793. [weakSelf CommentHanderIndex:indexPath];
  794. }];
  795. [cell.cellZanButton setAction:^{
  796. [weakSelf zanHanderIndex:indexPath];
  797. }];
  798. [cell.cellShareButton setAction:^{
  799. [weakSelf shareHanderModel:model];
  800. }];
  801. cell.ClickUserBlock = ^{
  802. [weakSelf showUserInfo:model.UserId];
  803. };
  804. cell.cell1IconImageView8.hidden = YES;
  805. cell.cell1IconImageView9.hidden = YES;
  806. cell.bottomView.hidden = YES;
  807. cell.bottomHeight.constant = 0.f;
  808. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  809. cell.FileBtn.hidden = NO;
  810. cell.FileRightV.hidden = NO;
  811. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  812. [cell.FileBtn setAction:^{
  813. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  814. if (model.FolderId == 0) {
  815. vc.listType = MyFavoriteListLevelTypeB;
  816. vc.myTitle = @"笔记本";
  817. }else{
  818. vc.listType = MyFavoriteListLevelTypeC;
  819. vc.myTitle = model.FolderName;
  820. }
  821. vc.ParentId = model.ParentId;
  822. vc.FolderId = model.FolderId;
  823. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  824. [weakSelf.navigationController pushViewController:vc animated:YES];
  825. }];
  826. return cell;
  827. }break;
  828. case 8:{
  829. NoteBookCell *cell = [NoteBookCell configCell5:tableView indexPath:indexPath];
  830. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  831. cell.cell1Title.text = model.Name;
  832. cell.IsTopV.hidden = !model.IsTop;
  833. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  834. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  835. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  836. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  837. if ([[self setTitleWithStr:model.Title] length] == 0) {
  838. cell.cell1contentTitleLabel.hidden = YES;
  839. cell.titleHeight.constant = 0.f;
  840. }else{
  841. cell.cell1contentTitleLabel.hidden = NO;
  842. cell.titleHeight.constant = 10.f;
  843. }
  844. if ([[self setTitleWithStr:model.Content] length] == 0) {
  845. cell.cell1contentContentLabel.hidden = YES;
  846. cell.contentHeight.constant = 0.f;
  847. }else{
  848. cell.cell1contentContentLabel.hidden = NO;
  849. cell.contentHeight.constant = 10.f;
  850. }
  851. MyNoteBookeDataModel * data0Model = model.Data[0];
  852. MyNoteBookeDataModel * data1Model = model.Data[1];
  853. MyNoteBookeDataModel * data2Model = model.Data[2];
  854. MyNoteBookeDataModel * data3Model = model.Data[3];
  855. MyNoteBookeDataModel * data4Model = model.Data[4];
  856. MyNoteBookeDataModel * data5Model = model.Data[5];
  857. MyNoteBookeDataModel * data6Model = model.Data[6];
  858. MyNoteBookeDataModel * data7Model = model.Data[7];
  859. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  860. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  861. [cell.cell1IconImageView3 sd_setImageWithURL:[NSURL URLWithString:data2Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  862. [cell.cell1IconImageView4 sd_setImageWithURL:[NSURL URLWithString:data3Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  863. [cell.cell1IconImageView5 sd_setImageWithURL:[NSURL URLWithString:data4Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  864. [cell.cell1IconImageView6 sd_setImageWithURL:[NSURL URLWithString:data5Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  865. [cell.cell1IconImageView7 sd_setImageWithURL:[NSURL URLWithString:data6Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  866. [cell.cell1IconImageView8 sd_setImageWithURL:[NSURL URLWithString:data7Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  867. cell.cellZanButton.selected = model.IsPraise;
  868. if (model.PraiseCount > 0) {
  869. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  870. }else{
  871. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  872. }
  873. if (model.CommentCount > 0) {
  874. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  875. }else{
  876. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  877. }
  878. [cell.cellCommentButton setAction:^{
  879. [weakSelf CommentHanderIndex:indexPath];
  880. }];
  881. [cell.cellZanButton setAction:^{
  882. [weakSelf zanHanderIndex:indexPath];
  883. }];
  884. [cell.cellShareButton setAction:^{
  885. [weakSelf shareHanderModel:model];
  886. }];
  887. cell.ClickUserBlock = ^{
  888. [weakSelf showUserInfo:model.UserId];
  889. };
  890. cell.cell1IconImageView9.hidden = YES;
  891. cell.bottomView.hidden = YES;
  892. cell.bottomHeight.constant = 0.f;
  893. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  894. cell.FileBtn.hidden = NO;
  895. cell.FileRightV.hidden = NO;
  896. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  897. [cell.FileBtn setAction:^{
  898. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  899. if (model.FolderId == 0) {
  900. vc.listType = MyFavoriteListLevelTypeB;
  901. vc.myTitle = @"笔记本";
  902. }else{
  903. vc.listType = MyFavoriteListLevelTypeC;
  904. vc.myTitle = model.FolderName;
  905. }
  906. vc.ParentId = model.ParentId;
  907. vc.FolderId = model.FolderId;
  908. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  909. [weakSelf.navigationController pushViewController:vc animated:YES];
  910. }];
  911. return cell;
  912. }break;
  913. default:{
  914. NoteBookCell *cell = [NoteBookCell configCell5:tableView indexPath:indexPath];
  915. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] ];
  916. cell.cell1Title.text = model.Name;
  917. cell.IsTopV.hidden = !model.IsTop;
  918. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  919. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  920. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  921. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  922. if ([[self setTitleWithStr:model.Title] length] == 0) {
  923. cell.cell1contentTitleLabel.hidden = YES;
  924. cell.titleHeight.constant = 0.f;
  925. }else{
  926. cell.cell1contentTitleLabel.hidden = NO;
  927. cell.titleHeight.constant = 10.f;
  928. }
  929. if ([[self setTitleWithStr:model.Content] length] == 0) {
  930. cell.cell1contentContentLabel.hidden = YES;
  931. cell.contentHeight.constant = 0.f;
  932. }else{
  933. cell.cell1contentContentLabel.hidden = NO;
  934. cell.contentHeight.constant = 10.f;
  935. }
  936. MyNoteBookeDataModel * data0Model = model.Data[0];
  937. MyNoteBookeDataModel * data1Model = model.Data[1];
  938. MyNoteBookeDataModel * data2Model = model.Data[2];
  939. MyNoteBookeDataModel * data3Model = model.Data[3];
  940. MyNoteBookeDataModel * data4Model = model.Data[4];
  941. MyNoteBookeDataModel * data5Model = model.Data[5];
  942. MyNoteBookeDataModel * data6Model = model.Data[6];
  943. MyNoteBookeDataModel * data7Model = model.Data[7];
  944. MyNoteBookeDataModel * data8Model = model.Data[8];
  945. [cell.cell1IconImageView1 sd_setImageWithURL:[NSURL URLWithString:data0Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  946. [cell.cell1IconImageView2 sd_setImageWithURL:[NSURL URLWithString:data1Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  947. [cell.cell1IconImageView3 sd_setImageWithURL:[NSURL URLWithString:data2Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  948. [cell.cell1IconImageView4 sd_setImageWithURL:[NSURL URLWithString:data3Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  949. [cell.cell1IconImageView5 sd_setImageWithURL:[NSURL URLWithString:data4Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  950. [cell.cell1IconImageView6 sd_setImageWithURL:[NSURL URLWithString:data5Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  951. [cell.cell1IconImageView7 sd_setImageWithURL:[NSURL URLWithString:data6Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  952. [cell.cell1IconImageView8 sd_setImageWithURL:[NSURL URLWithString:data7Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  953. [cell.cell1IconImageView9 sd_setImageWithURL:[NSURL URLWithString:data8Model.File] placeholderImage:IMG(@"img_placeHolderVertical")];
  954. cell.cellZanButton.selected = model.IsPraise;
  955. if (model.PraiseCount > 0) {
  956. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  957. }else{
  958. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  959. }
  960. if (model.CommentCount > 0) {
  961. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  962. }else{
  963. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  964. }
  965. [cell.cellCommentButton setAction:^{
  966. [weakSelf CommentHanderIndex:indexPath];
  967. }];
  968. [cell.cellZanButton setAction:^{
  969. [weakSelf zanHanderIndex:indexPath];
  970. }];
  971. [cell.cellShareButton setAction:^{
  972. [weakSelf shareHanderModel:model];
  973. }];
  974. cell.ClickUserBlock = ^{
  975. [weakSelf showUserInfo:model.UserId];
  976. };
  977. cell.bottomView.hidden = YES;
  978. cell.bottomHeight.constant = 0.f;
  979. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  980. cell.FileBtn.hidden = NO;
  981. cell.FileRightV.hidden = NO;
  982. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  983. [cell.FileBtn setAction:^{
  984. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  985. if (model.FolderId == 0) {
  986. vc.listType = MyFavoriteListLevelTypeB;
  987. vc.myTitle = @"笔记本";
  988. }else{
  989. vc.listType = MyFavoriteListLevelTypeC;
  990. vc.myTitle = model.FolderName;
  991. }
  992. vc.ParentId = model.ParentId;
  993. vc.FolderId = model.FolderId;
  994. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  995. [weakSelf.navigationController pushViewController:vc animated:YES];
  996. }];
  997. return cell;
  998. }
  999. break;
  1000. }
  1001. }
  1002. break;
  1003. default:///TopiclistCellFile
  1004. {
  1005. MyNoteBookeDataModel * dataModel = model.Data.firstObject;
  1006. NoteBookCell *cell = [NoteBookCell configCell7:tableView indexPath:indexPath];
  1007. [cell.cell1IconImage sd_setImageWithURL:[NSURL URLWithString:model.AvatarUrl] placeholderImage:[UIImage imageNamed:@"imagePlaceholder"] ];
  1008. [cell setDataWithCell:dataModel];
  1009. cell.cell1Title.text = model.Name;
  1010. cell.cell1contentTitleLabel.attributedText = [self setTitleWithStr:model.Title];
  1011. cell.cell1contentContentLabel.attributedText = [self setTextWithStr:model.Content];
  1012. if ([[self setTitleWithStr:model.Title] length] == 0) {
  1013. cell.cell1contentTitleLabel.hidden = YES;
  1014. cell.titleHeight.constant = 0.f;
  1015. }else{
  1016. cell.cell1contentTitleLabel.hidden = NO;
  1017. cell.titleHeight.constant = 10.f;
  1018. }
  1019. if ([[self setTitleWithStr:model.Content] length] == 0) {
  1020. cell.cell1contentContentLabel.hidden = YES;
  1021. cell.contentHeight.constant = 0.f;
  1022. }else{
  1023. cell.cell1contentContentLabel.hidden = NO;
  1024. cell.contentHeight.constant = 10.f;
  1025. }
  1026. cell.IsTopV.hidden = !model.IsTop;
  1027. cell.cell1readNumberLabel.text = [NSString stringWithFormat:@"阅读:%ld",(long)model.ReadCount];
  1028. cell.cell1ShareType.text = [ZYCTool monthAndDayAndHoursAndMinutes:model.CreatedDate];
  1029. cell.cellZanButton.selected = model.IsPraise;
  1030. if (model.PraiseCount > 0) {
  1031. [cell.cellZanButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.PraiseCount] forState:UIControlStateNormal];
  1032. }else{
  1033. [cell.cellZanButton setTitle:@"赞" forState:UIControlStateNormal];
  1034. }
  1035. if (model.CommentCount > 0) {
  1036. [cell.cellCommentButton setTitle:[NSString stringWithFormat:@"%ld",(long)model.CommentCount] forState:UIControlStateNormal];
  1037. }else{
  1038. [cell.cellCommentButton setTitle:@"评论" forState:UIControlStateNormal];
  1039. }
  1040. [cell.cellCommentButton setAction:^{
  1041. [weakSelf CommentHanderIndex:indexPath];
  1042. }];
  1043. [cell.cellZanButton setAction:^{
  1044. [weakSelf zanHanderIndex:indexPath];
  1045. }];
  1046. [cell.cellShareButton setAction:^{
  1047. [weakSelf shareHanderModel:model];
  1048. }];
  1049. [cell.fileAction setAction:^{
  1050. [weakSelf pushFileWithModel:dataModel];
  1051. }];
  1052. cell.ClickUserBlock = ^{
  1053. [weakSelf showUserInfo:model.UserId];
  1054. };
  1055. cell.bottomView.hidden = YES;
  1056. cell.bottomHeight.constant = 0.f;
  1057. cell.selectionStyle = UITableViewCellSelectionStyleNone;
  1058. cell.FileBtn.hidden = NO;
  1059. cell.FileRightV.hidden = NO;
  1060. [cell.FileBtn setTitle:model.FolderName forState:UIControlStateNormal];
  1061. [cell.FileBtn setAction:^{
  1062. NoteBookVC * vc = [NoteBookVC initNoteBookVC];
  1063. if (model.FolderId == 0) {
  1064. vc.listType = MyFavoriteListLevelTypeB;
  1065. vc.myTitle = @"笔记本";
  1066. }else{
  1067. vc.listType = MyFavoriteListLevelTypeC;
  1068. vc.myTitle = model.FolderName;
  1069. }
  1070. vc.ParentId = model.ParentId;
  1071. vc.FolderId = model.FolderId;
  1072. vc.isSubVC = model.FolderId == 0 ? NO : YES;
  1073. [weakSelf.navigationController pushViewController:vc animated:YES];
  1074. }];
  1075. return cell;
  1076. }
  1077. break;
  1078. }
  1079. }
  1080. #pragma Mark 左滑按钮 iOS8以上
  1081. - (nullable UISwipeActionsConfiguration *)tableView:(UITableView *)tableView trailingSwipeActionsConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos){
  1082. MyNoteBookSubModel *model = self.noteBookArray[indexPath.row];
  1083. WEAKSELF
  1084. UIContextualAction *action1 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleDestructive title:@"删除" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  1085. [tableView setEditing:NO animated:YES];
  1086. UIAlertController *alertVC = [UIAlertController alertControllerWithTitle:nil message:@"确认删除" preferredStyle:UIAlertControllerStyleAlert];
  1087. UIAlertAction *ok = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
  1088. }];
  1089. [ok setValue:k9 forKey:@"_titleTextColor"];
  1090. UIAlertAction *noOk = [UIAlertAction actionWithTitle:@"确认" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
  1091. [weakSelf deleteFind:@[model].mutableCopy];
  1092. }];
  1093. [alertVC addAction:ok];
  1094. [alertVC addAction:noOk];
  1095. completionHandler(YES);
  1096. [weakSelf presentViewController:alertVC animated:YES completion:nil];
  1097. }];
  1098. action1.backgroundColor = RGB(255, 59, 47);
  1099. UIContextualAction *action2 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"编辑" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  1100. [tableView setEditing:NO animated:YES];
  1101. [weakSelf eidtorNoteBook:model];
  1102. }];
  1103. action2.backgroundColor = UIColorHex(#FF923A);
  1104. UIContextualAction *action3 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"移动" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  1105. [tableView setEditing:NO animated:YES];
  1106. [weakSelf launchMoveVC:@[@(model.Id)].mutableCopy];
  1107. }];
  1108. action3.backgroundColor = UIColorHex(#589AF1);
  1109. UIContextualAction *action4 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:model.IsTop ?@"取消置顶" :@"置顶" handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) {
  1110. [tableView setEditing:NO animated:YES];
  1111. [weakSelf topFind:model];
  1112. }];
  1113. action4.backgroundColor = UIColorHex(#9BA9CB);
  1114. UISwipeActionsConfiguration *actions = [UISwipeActionsConfiguration configurationWithActions:@[action1,action2,action3,action4]];
  1115. actions.performsFirstActionWithFullSwipe = NO;
  1116. return actions;
  1117. }
  1118. /// 文件夹 置顶 和 取消置顶
  1119. - (void)launchMoveVC:(NSMutableArray<NSNumber*>*)selectIDArray{
  1120. MoveViewController * vc = [MoveViewController initMoveViewController];
  1121. vc.TypeId = CreateNotesType;
  1122. vc.collectType = CollectHanderType_Move;
  1123. vc.ParentId = 0;
  1124. vc.titleStr = @"移动";
  1125. vc.FolderIds = selectIDArray;
  1126. [self.navigationController pushViewController:vc animated:YES];
  1127. }
  1128. - (void)eidtorNoteBook:(MyNoteBookSubModel *)model{
  1129. SHOWLOADING
  1130. WS(weakSelf);
  1131. [[HttpManager sharedHttpManager] GETUrl:[NSString stringWithFormat:@"%@%@%@",BaseUrl,API_NoteBook_Detail,@(model.MiddleId).stringValue] parameters:@{} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  1132. REMOVESHOW;
  1133. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  1134. vc.type = CollectModel_NoteBook;
  1135. vc.Id = model.MiddleId;
  1136. vc.FolderId = model.FolderId;
  1137. vc.FolderName = model.FolderName;
  1138. vc.isEdit = YES;
  1139. [weakSelf.navigationController pushViewController:vc animated:YES];
  1140. } failure:^(NSError * _Nonnull error) {
  1141. SHOWERROR([ZYCTool handerResultData:error]);
  1142. }];
  1143. }
  1144. - (void)topFind:(MyNoteBookSubModel*)findModel{
  1145. NSLog(@"文件夹---%@%@",findModel.IsTop ? @"置顶":@"取消置顶",findModel.FolderName);
  1146. SHOWLOADING
  1147. WEAKSELF
  1148. [[HttpManager sharedHttpManager] PUTUrl:[NSString stringWithFormat:@"%@%@%ld",BaseUrl,API_APP_Note_Top,(long)findModel.MiddleId] parameters:@{} success:^(id _Nonnull responseObject) {
  1149. REMOVESHOW
  1150. [weakSelf reCreateTable];
  1151. } failure:^(NSError * _Nonnull error) {
  1152. SHOWERROR([ZYCTool handerResultData:error]);
  1153. }];
  1154. }
  1155. - (void)reCreateTable
  1156. {
  1157. WS(weakSelf);
  1158. [self.noteBookArray removeAllObjects];
  1159. [[HttpManager sharedHttpManager] POSTUrl:Host(API_Note_List) parameters:@{@"FolderId":@(0),@"Page":@(1),@"PerPage":@(99999999),@"VisitUserId":@(0),@"SearchKey":@"",@"Sort":@""} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  1160. NSLog(@"笔记列表数据 %@",responseObject);
  1161. MyNoteBookModel *listModel = [[MyNoteBookModel alloc] initWithDictionary:responseObject error:nil];
  1162. weakSelf.totalPage = listModel.Total;
  1163. [weakSelf.noteBookArray addObjectsFromArray:listModel.Items];
  1164. dispatch_async(dispatch_get_main_queue(), ^{
  1165. [weakSelf.tableView removeFromSuperview];
  1166. [weakSelf.view addSubview:self.tableView];
  1167. weakSelf.tableView.delegate = weakSelf;
  1168. weakSelf.tableView.dataSource = weakSelf;
  1169. [weakSelf.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
  1170. make.left.right.mas_equalTo(weakSelf.view);
  1171. make.top.mas_equalTo(weakSelf.headerView.mas_bottom);
  1172. if (@available(iOS 11.0, *)) {
  1173. make.bottom.equalTo(weakSelf.view.mas_safeAreaLayoutGuideBottom);
  1174. } else {
  1175. make.bottom.equalTo(weakSelf.view.mas_bottom);
  1176. }
  1177. }];
  1178. [weakSelf.tableView reloadData];
  1179. });
  1180. } failure:^(NSError * _Nonnull error) {
  1181. }];
  1182. // self.currentPage = 1;
  1183. // self.totalPage = 1;
  1184. // [self.noteBookArray removeAllObjects];
  1185. //
  1186. // WS(weakSelf);
  1187. // NSArray * sArray = [self getSelectData];
  1188. // NSLog(@"%@",@{@"FolderId":@(self.FolderId),@"Page":@(self.currentPage),@"PerPage":@(10),@"VisitUserId":@(self.VisitUserId)});
  1189. // [[HttpManager sharedHttpManager] POSTUrl:Host(API_NoteBook) parameters:@{@"FolderId":@(self.FolderId),@"Page":@(self.currentPage),@"PerPage":@(10),@"VisitUserId":@(self.VisitUserId),@"SearchKey":@"",@"Sort":@""} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  1190. // NSLog(@"笔记列表数据 %@",responseObject);
  1191. // MyNoteBookModel *listModel = [[MyNoteBookModel alloc] initWithDictionary:responseObject error:nil];
  1192. // weakSelf.totalPage = listModel.Total;
  1193. // [weakSelf.noteBookArray addObjectsFromArray:listModel.Items];
  1194. //
  1195. // for (MyNoteBookSubModel * model in weakSelf.noteBookArray) {
  1196. // for (MyNoteBookSubModel * fModel in sArray) {
  1197. // if (model.Id == fModel.Id) {
  1198. // model.IsSelect = YES;
  1199. // }
  1200. // }
  1201. // }
  1202. // dispatch_async(dispatch_get_main_queue(), ^{
  1203. // weakSelf.tableView.delegate = weakSelf;
  1204. // weakSelf.tableView.dataSource = weakSelf;
  1205. // [weakSelf.view addSubview:self.tableView];
  1206. // [weakSelf.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
  1207. // make.left.right.mas_equalTo(weakSelf.view);
  1208. // make.top.mas_equalTo(weakSelf.searchTopView.mas_bottom);
  1209. // if (@available(iOS 11.0, *)) {
  1210. // make.bottom.equalTo(weakSelf.view.mas_safeAreaLayoutGuideBottom);
  1211. // } else {
  1212. // make.bottom.equalTo(weakSelf.view.mas_bottom);
  1213. // }
  1214. // }];
  1215. // [weakSelf.tableView.mj_header endRefreshing];
  1216. // [weakSelf.tableView.mj_footer endRefreshing];
  1217. // [weakSelf.tableView reloadData];
  1218. // });
  1219. // } failure:^(NSError * _Nonnull error) {
  1220. //
  1221. // }];
  1222. }
  1223. /// 删除文件夹
  1224. - (void)deleteFind:(NSMutableArray<MyNoteBookSubModel *>*)findModelArray{
  1225. NSMutableArray *MiddleIds = [NSMutableArray array];
  1226. for (MyNoteBookSubModel *model in findModelArray) {
  1227. [MiddleIds addObject:@(model.Id)];
  1228. }
  1229. NSMutableDictionary *dic = [[NSMutableDictionary alloc]init];
  1230. [dic setValue:MiddleIds forKey:@"MiddleIds"];
  1231. [dic setValue:@(4) forKey:@"FolderType"];
  1232. SHOWLOADING
  1233. WEAKSELF
  1234. [[HttpManager sharedHttpManager] POSTUrl:Host(API_Find_DeleteRecord) parameters:dic responseStyle:DATA success:^(id _Nonnull responseObject) {
  1235. REMOVESHOW
  1236. [weakSelf getDataList];
  1237. } failure:^(NSError * _Nonnull error) {
  1238. REMOVESHOW
  1239. SHOWERROR([ZYCTool handerResultData:error]);
  1240. }];
  1241. }
  1242. - (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath
  1243. {
  1244. return UITableViewCellEditingStyleNone;
  1245. }
  1246. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
  1247. [tableView deselectRowAtIndexPath:indexPath animated:YES];
  1248. MyNoteBookSubModel *model = self.noteBookArray[indexPath.row];
  1249. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1250. vc.Id = model.MiddleId;
  1251. vc.isNoteBook = YES;
  1252. vc.type = CollectModel_NoteBook;
  1253. [self.navigationController pushViewController:vc animated:YES];
  1254. }
  1255. - (void)showUserInfo:(NSInteger)userId
  1256. {
  1257. MailListDetailVC * vc = [MailListDetailVC initMailListDetailVC];
  1258. vc.indexId = userId;
  1259. [self.navigationController pushViewController:vc animated:YES];
  1260. }
  1261. - (NSMutableArray <MyNoteBookSubModel*>*)noteBookArray{
  1262. if (!_noteBookArray) {
  1263. _noteBookArray = [NSMutableArray array];
  1264. }
  1265. return _noteBookArray;
  1266. }
  1267. //MARK:截图
  1268. - (UIImage *)getImageWithCell:(UITableViewCell*)cell {
  1269. UIGraphicsBeginImageContextWithOptions(CGSizeMake(kGXScreenWidth, 60), NO, 1.0);
  1270. CGContextRef context=UIGraphicsGetCurrentContext();
  1271. CGContextDrawImage(context, CGRectMake(0, 3, kGXScreenWidth, 60), [UIImage new].CGImage);
  1272. [cell.contentView.layer renderInContext:context];
  1273. UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
  1274. UIGraphicsEndImageContext();
  1275. return image;
  1276. }
  1277. #pragma -mark 点赞
  1278. - (void)zanHanderIndex:(NSIndexPath *)indexPath{
  1279. MyNoteBookSubModel *mdoel = self.noteBookArray[indexPath.row];
  1280. SHOWLOADING
  1281. NSMutableDictionary *dic = [NSMutableDictionary dictionary];
  1282. [dic setValue:@(mdoel.MiddleId) forKey:@"SourceId"];
  1283. [dic setValue:@([AppUserModel sharedAppUserModel].Id) forKey:@"UserId"];
  1284. [dic setValue:@(1) forKey:@"AnalyzeType"];//详情点赞
  1285. [dic setValue:@(0) forKey:@"CommentId"];
  1286. [dic setValue:@(4) forKey:@"TypeValue"];//笔记 4
  1287. WS(weakSelf);
  1288. [[HttpManager sharedHttpManager] POSTUrl:Host(API_APP_Analyze_Set) parameters:dic responseStyle:DATA success:^(id _Nonnull responseObject) {
  1289. mdoel.IsPraise = !mdoel.IsPraise;
  1290. if (mdoel.IsPraise) {
  1291. SHOWSUCCESS(@"点赞成功");
  1292. ++ mdoel.PraiseCount;
  1293. }else{
  1294. SHOWSUCCESS(@"取消点赞");
  1295. -- mdoel.PraiseCount;
  1296. }
  1297. dispatch_async(dispatch_get_main_queue(), ^{
  1298. [weakSelf.tableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  1299. });
  1300. } failure:^(NSError * _Nonnull error) {
  1301. SHOWERROR([ZYCTool handerResultData:error]);
  1302. }];
  1303. }
  1304. #pragma -mark 评论
  1305. - (void)CommentHanderIndex:(NSIndexPath *)indexPath{
  1306. MyNoteBookSubModel *model = self.noteBookArray[indexPath.row];
  1307. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1308. vc.Id = model.MiddleId;
  1309. vc.type = CollectModel_NoteBook;
  1310. [self.navigationController pushViewController:vc animated:YES];
  1311. }
  1312. #pragma mark - 点击文件跳转
  1313. - (void)pushFileWithModel:(MyNoteBookeDataModel *)model
  1314. {
  1315. WS(weakSelf);
  1316. switch (model.Type) {
  1317. case CollectModel_Aritle:
  1318. {
  1319. SHOWLOADING
  1320. [[HttpManager sharedHttpManager] GETWithUrl:[NSString stringWithFormat:@"%@%ld",Article_Detail_Get,(long)model.Id] parameters:@{} success:^(id _Nonnull responseObject) {
  1321. REMOVESHOW;
  1322. Item *itemModel = [[Item alloc]initWithDictionary:responseObject error:nil];
  1323. // HomeDetailController *homeDetail = [[HomeDetailController alloc] init];
  1324. // [homeDetail loadCurrentModel:itemModel];
  1325. // [weakSelf.navigationController pushViewController:homeDetail animated:YES];
  1326. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1327. vc.type = CollectModel_Aritle;
  1328. vc.Id = itemModel.Id;
  1329. [weakSelf.navigationController pushViewController:vc animated:YES];
  1330. } failure:^(NSError * _Nonnull error) {
  1331. SHOWERROR([ZYCTool handerResultData:error]);
  1332. }];
  1333. }
  1334. break;
  1335. case CollectModel_Toipc:
  1336. {
  1337. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1338. vc.type = CollectModel_Toipc;
  1339. vc.Id = model.Id;
  1340. [self.navigationController pushViewController:vc animated:YES];
  1341. }
  1342. break;
  1343. case CollectModel_NewTopic:
  1344. {
  1345. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1346. vc.type = CollectModel_NewTopic;
  1347. vc.Id = model.Id;
  1348. [self.navigationController pushViewController:vc animated:YES];
  1349. }
  1350. break;
  1351. case CollectModel_Collect:
  1352. {
  1353. }
  1354. break;
  1355. case CollectModel_CollectFile:{
  1356. OtherFavoriteVC * vc = [OtherFavoriteVC initOtherFavoriteVC];
  1357. vc.listType = model.Id == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  1358. vc.FolderId = model.Id;
  1359. vc.Author = model.Author;
  1360. vc.myTitle = model.Title;
  1361. vc.VisitUserId = model.SourceUserId;
  1362. [self.navigationController pushViewController:vc animated:YES];
  1363. }break;
  1364. case CollectModel_NoteFile: {
  1365. OtherNoteBookVC * vc = [OtherNoteBookVC initOtherNoteBookVC];
  1366. vc.listType = model.Id == 0 ? MyFavoriteListLevelTypeA : MyFavoriteListLevelTypeB;
  1367. vc.FolderId = model.Id;
  1368. vc.Author = model.Author;
  1369. vc.myTitle = model.Title;
  1370. vc.VisitUserId = model.SourceUserId;
  1371. [self.navigationController pushViewController:vc animated:YES];
  1372. }break;
  1373. case CollectModel_NoteBook:
  1374. {
  1375. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1376. vc.type = CollectModel_NoteBook;
  1377. vc.Id = model.Id;
  1378. [self.navigationController pushViewController:vc animated:YES];
  1379. }
  1380. break;
  1381. case CollectModel_Notice:
  1382. {
  1383. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1384. vc.type = CollectModel_Notice;
  1385. vc.Id = model.Id;
  1386. [self.navigationController pushViewController:vc animated:YES];
  1387. }
  1388. break;
  1389. case CollectModel_InterMail:
  1390. {
  1391. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1392. vc.type = CollectModel_InterMail;
  1393. vc.Id = model.Id;
  1394. [self.navigationController pushViewController:vc animated:YES];
  1395. }
  1396. break;
  1397. case CollectModel_Group:
  1398. {
  1399. TDGroupInfoListVC * vc = [TDGroupInfoListVC initTDGroupInfoListVC];
  1400. vc.GroupId = model.Id;
  1401. vc.titleStr = model.Title;
  1402. [self.navigationController pushViewController:vc animated:YES];
  1403. }
  1404. break;
  1405. case CollectModel_meetMian:
  1406. {
  1407. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1408. vc.type = CollectModel_meetMian;
  1409. vc.Id = model.Id;
  1410. [self.navigationController pushViewController:vc animated:YES];
  1411. }
  1412. break;
  1413. case CollectModel_meetDetail:
  1414. {
  1415. WorkFlowDetailsController * vc = [[WorkFlowDetailsController alloc] initWithId:model.Id];
  1416. [self.navigationController pushViewController:vc animated:YES];
  1417. }
  1418. break;
  1419. case CollectModel_work:
  1420. {
  1421. MyApprovalPageDetail * vc = [[MyApprovalPageDetail alloc]init];
  1422. vc.pageType = Type_ONEC;
  1423. vc.indexId = model.Id;
  1424. vc.title = model.Title;
  1425. vc.TodoId = model.Id;
  1426. [self.navigationController pushViewController:vc animated:YES];
  1427. }
  1428. break;
  1429. default:
  1430. {
  1431. DownFileViewController *vc = [[DownFileViewController alloc]init];
  1432. FlowAttachmentsModel * fmodel = [[FlowAttachmentsModel alloc] init];
  1433. fmodel.SoureId = model.Id;
  1434. fmodel.Title = model.Title;
  1435. fmodel.Url = model.File;
  1436. vc.model = fmodel;
  1437. [self.navigationController pushViewController:vc animated:YES];
  1438. }
  1439. break;
  1440. }
  1441. }
  1442. #pragma -mark 转发
  1443. - (NoteBookCommentVC *)noteBookCommentVC{
  1444. if (_noteBookCommentVC == nil) {
  1445. _noteBookCommentVC = [NoteBookCommentVC initNoteBookCommentVC];
  1446. [_noteBookCommentVC.view setFrame:CGRectMake(0,0, SCREEN_WIDTH, SCREEN_HEIGHT)];
  1447. [_noteBookCommentVC.view setHidden:YES];
  1448. }
  1449. return _noteBookCommentVC;
  1450. }
  1451. - (void)shareHanderModel:(MyNoteBookSubModel *)model{
  1452. [self.noteBookShareVC initNoteBookShareData];
  1453. FlowAttachmentsModel * fmodel = [[FlowAttachmentsModel alloc] init];
  1454. fmodel.SoureTypeId = CollectModel_NoteBook;
  1455. fmodel.Title = model.Title;
  1456. fmodel.SoureId = model.MiddleId;
  1457. fmodel.Author = model.Name;
  1458. fmodel.SourceUserId = model.SourceUserId;
  1459. self.isBarReturn = NO;
  1460. self.returnModel = fmodel;
  1461. self.noteBookShareVC.view.hidden = !self.noteBookShareVC.view.hidden;
  1462. }
  1463. - (NoteBookShareVC *)noteBookShareVC{
  1464. if (_noteBookShareVC == nil) {
  1465. _noteBookShareVC = [NoteBookShareVC initNoteBookShareVC];
  1466. [_noteBookShareVC.view setFrame:CGRectMake(0,0, SCREEN_WIDTH, SCREEN_HEIGHT)];
  1467. [_noteBookShareVC.view setHidden:YES];
  1468. _noteBookShareVC.delegate = self;
  1469. }
  1470. return _noteBookShareVC;
  1471. }
  1472. - (void)userSelectType:(NSString *)typeName WithIndexPath:(NSIndexPath *)indexPath
  1473. {
  1474. self.noteBookShareVC.view.hidden = !self.noteBookShareVC.view.hidden;
  1475. if ([typeName isEqualToString:@"发给微信好友"]) {
  1476. [self returnToWechatSession];
  1477. }else if ([typeName isEqualToString:@"发到朋友圈"]){
  1478. [self returnToWechatTimeLine];
  1479. }else if ([typeName isEqualToString:@"发到微博"]){
  1480. [self returnToSina];
  1481. }else if ([typeName isEqualToString:@"发给QQ好友"]){
  1482. [self returnToQQ];
  1483. }else if ([typeName isEqualToString:@"发到消息"]){
  1484. [self returnToMessage];
  1485. }else if ([typeName isEqualToString:@"发到小组"]){
  1486. [self returnToGroup];
  1487. }else if ([typeName isEqualToString:@"发到笔记"]){
  1488. [self returnToNote];
  1489. }else if ([typeName isEqualToString:@"发到话题"]){
  1490. [self returnToTopic];
  1491. }else{
  1492. }
  1493. }
  1494. - (void)shareWebPageToPlatformType:(UMSocialPlatformType)platformType title:(NSString *)title desc:(NSString *)desc url:(NSString *)url
  1495. {
  1496. //创建分享消息对象
  1497. UMSocialMessageObject *messageObject = [UMSocialMessageObject messageObject];
  1498. messageObject.title = title;
  1499. //创建网页内容对象
  1500. UMShareWebpageObject *shareObject = [UMShareWebpageObject shareObjectWithTitle:title descr:desc thumImage:IMG(@"logo_60")];
  1501. //设置网页地址
  1502. shareObject.webpageUrl = url;
  1503. //分享消息对象设置分享内容对象
  1504. messageObject.shareObject = shareObject;
  1505. //调用分享接口
  1506. [[UMSocialManager defaultManager] shareToPlatform:platformType messageObject:messageObject currentViewController:self completion:^(id data, NSError *error) {
  1507. if (error) {
  1508. NSLog(@"************Share fail with error %@*********",error);
  1509. }else{
  1510. NSLog(@"response data is %@",data);
  1511. }
  1512. }];
  1513. }
  1514. - (void)returnToWechatSession
  1515. {
  1516. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatSession title:self.returnModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.returnModel.Author] url:[self returnUrl]];
  1517. }
  1518. - (void)returnToWechatTimeLine
  1519. {
  1520. [self shareWebPageToPlatformType:UMSocialPlatformType_WechatTimeLine title:self.returnModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.returnModel.Author] url:[self returnUrl]];
  1521. }
  1522. - (void)returnToSina
  1523. {
  1524. [self shareWebPageToPlatformType:UMSocialPlatformType_Sina title:self.returnModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.returnModel.Author] url:[self returnUrl]];
  1525. }
  1526. - (void)returnToQQ
  1527. {
  1528. [self shareWebPageToPlatformType:UMSocialPlatformType_QQ title:self.returnModel.Title desc:[NSString stringWithFormat:@"来自-%@",self.returnModel.Author] url:[self returnUrl]];
  1529. }
  1530. - (NSString *)returnUrl
  1531. {
  1532. if (self.isBarReturn) {
  1533. NSString * url = [NSString stringWithFormat:@"%@id=%ld&type=%d&userId=%ld&name=%@&describe=%@",Host(@"/admin/mobile/folderWx?"),(long)self.returnModel.SoureId,CollectModel_NoteFile,(long)self.returnModel.SourceUserId,self.returnModel.Title,self.returnModel.Author];
  1534. return url;
  1535. }else{
  1536. NSString * url = [NSString stringWithFormat:@"%@%ld",Host(@"/admin/mobile/noteDetailsWx?"),(long)self.returnModel.SoureId];
  1537. return url;
  1538. }
  1539. }
  1540. #pragma mark - 分享功能
  1541. - (void)returnToMessage
  1542. {
  1543. ShareListVC * vc = [ShareListVC initShareListVC];
  1544. vc.sendModel = self.returnModel;
  1545. vc.isReturn = YES;
  1546. [self.navigationController pushViewController:vc animated:YES];
  1547. }
  1548. - (void)returnToGroup
  1549. {
  1550. MyTDGroupViewController * vc = [[MyTDGroupViewController alloc] init];
  1551. vc.sendModel = self.returnModel;
  1552. vc.type = CollectModel_Group;
  1553. vc.isReturn = YES;
  1554. [self.navigationController pushViewController:vc animated:YES];
  1555. }
  1556. - (void)returnToNote
  1557. {
  1558. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  1559. vc.type = CollectModel_NoteBook;
  1560. vc.sendModel = self.returnModel;
  1561. vc.isReturn = YES;
  1562. [self.navigationController pushViewController:vc animated:YES];
  1563. }
  1564. - (void)returnToTopic
  1565. {
  1566. MyTDTopicCreateVC * vc = [MyTDTopicCreateVC initMyTDTopicCreateVC];
  1567. vc.sendModel = self.returnModel;
  1568. vc.type = CollectModel_NewTopic;
  1569. vc.isReturn = YES;
  1570. [self.navigationController pushViewController:vc animated:YES];
  1571. }
  1572. - (NSAttributedString *)setTextWithStr:(NSString *)str
  1573. {
  1574. if (str.length == 0) {
  1575. return [[NSAttributedString alloc] initWithString:@""];
  1576. }
  1577. NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithString:str];
  1578. [attributedString addAttribute:NSFontAttributeName value:[UIFont fontWithName:@"PingFang SC" size:16] range:NSMakeRange(0, str.length)];
  1579. [attributedString addAttribute:NSForegroundColorAttributeName value:UIColorHex(#484848) range:NSMakeRange(0, str.length)];
  1580. NSMutableParagraphStyle *paraStyle = [[NSMutableParagraphStyle alloc]init];
  1581. paraStyle.alignment = NSTextAlignmentJustified;//两端对齐
  1582. [paraStyle setLineSpacing:5];//行间距
  1583. [attributedString addAttribute:NSParagraphStyleAttributeName value:paraStyle range:NSMakeRange(0, str.length)];
  1584. [attributedString addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleNone] range:NSMakeRange(0, str.length)];
  1585. return attributedString;
  1586. }
  1587. - (NSAttributedString *)setTitleWithStr:(NSString *)str
  1588. {
  1589. if (str.length == 0) {
  1590. return [[NSAttributedString alloc] initWithString:@""];
  1591. }
  1592. NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithString:str];
  1593. [attributedString addAttribute:NSFontAttributeName value:[UIFont systemFontOfSize:18] range:NSMakeRange(0, str.length)];
  1594. [attributedString addAttribute:NSForegroundColorAttributeName value:UIColorHex(0x0a0a0a) range:NSMakeRange(0, str.length)];
  1595. NSMutableParagraphStyle *paraStyle = [[NSMutableParagraphStyle alloc]init];
  1596. paraStyle.alignment = NSTextAlignmentJustified;//两端对齐
  1597. [paraStyle setLineSpacing:5];//行间距
  1598. [attributedString addAttribute:NSParagraphStyleAttributeName value:paraStyle range:NSMakeRange(0, str.length)];
  1599. [attributedString addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleNone] range:NSMakeRange(0, str.length)];
  1600. return attributedString;
  1601. }
  1602. @end