ApplyCardStrategyViewController.swift 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. //
  2. // ApplyCardStrategyViewController.swift
  3. // xingchuangke
  4. //
  5. // Created by Virgil on 2019/4/25.
  6. // Copyright © 2019 Virgil. All rights reserved.
  7. //
  8. import UIKit
  9. class ApplyCardStrategyViewController: BaseViewController, UITableViewDataSource, UITableViewDelegate {
  10. @IBOutlet weak var viewTopHeight: NSLayoutConstraint!
  11. @IBOutlet weak var tableView: UITableView!
  12. @IBOutlet weak var viewTop: UIView!
  13. override func viewDidLoad() {
  14. super.viewDidLoad()
  15. self.title = "办卡攻略"
  16. initNavLeftBackButton()
  17. viewTopHeight.constant = ScreenWidth / 1242 * 710
  18. tableView.register(UINib(nibName: "ApplyCardStrategyTableViewCell", bundle: nil), forCellReuseIdentifier: "ApplyCardStrategyTableViewCell")
  19. tableView.delegate = self
  20. tableView.dataSource = self
  21. tableView.separatorStyle = .none
  22. tableView.showsVerticalScrollIndicator = false
  23. tableView.estimatedRowHeight = 100
  24. tableView.mj_header = MJRefreshNormalHeader(refreshingBlock: {[weak self] in
  25. self!.currentPage = 1
  26. self!.loadData()
  27. })
  28. tableView.mj_header?.lastUpdatedTimeKey = "ShowTableViewCell"
  29. tableView.mj_footer = MJRefreshBackNormalFooter(refreshingBlock: {[weak self] in
  30. self!.currentPage += 1
  31. self!.loadData()
  32. })
  33. loadHeaderData()
  34. }
  35. // MARK: =============加载数据===============
  36. let arrHeader = NSMutableArray()
  37. func loadHeaderData() {
  38. let url = RequestURL.findAdvertisingWheel
  39. let params = NSMutableDictionary()
  40. params.setValue(0, forKey: "position")
  41. loadDataList(url: url, params: params, tag: 1003, array: arrHeader)
  42. }
  43. func loadData() {
  44. for i in 0 ..< 12 {
  45. arrData.add(i)
  46. }
  47. tableView.mj_header?.endRefreshing()
  48. tableView.mj_footer?.endRefreshing()
  49. returnData(tag: 1001)
  50. // let url = RequestURL.bookList;
  51. // let params = NSMutableDictionary()
  52. // params.setValue("", forKey: "subjectId")
  53. // params.setValue("", forKey: "showTimeSort")
  54. // params.setValue("", forKey: "priceSort")
  55. // loadDataList(url: url, params: params, tableView: self.tableView,tag:1001)
  56. }
  57. override func returnData(tag: Int) {
  58. if tag == 1001 {
  59. tableView.reloadData()
  60. } else if tag == 1003 {
  61. if arrHeader.count > 0 {
  62. var imgUrl = [String]()
  63. for i in 0 ..< arrHeader.count {
  64. imgUrl.append(getStringForArray(key: "img_path", arr: arrHeader, current: i))
  65. }
  66. let viewHeader = Virgil_PagedView(frame: CGRect(x: 0, y: 0, width: ScreenWidth, height: viewTopHeight.constant), imageURLStrings: imgUrl, placeholderImage: UIImage(named: "img_banner_01")!, timeInterval: 6) {[weak self]
  67. (item) -> Void in
  68. if CommonValue.getUserId() == "" {
  69. appDelegate.navController.pushViewController(LoginViewController(), animated: true)
  70. return
  71. }
  72. let type = (self!.arrHeader[item] as! NSDictionary).getInt(key: "type")
  73. ///0:内部web 1:外部web 111:邀请好友 222开通商户
  74. if type == 0 || type == 1 {
  75. let web = CommonWebViewViewController()
  76. web.strTitle = "详情"
  77. web.url = (self!.arrHeader[item] as! NSDictionary).getString(key: "web_url")
  78. appDelegate.navController.pushViewController(web, animated: true)
  79. } else if type == 111 {
  80. let vc = InviteViewController()
  81. appDelegate.navController.pushViewController(vc, animated: true)
  82. } else if type == 222 {
  83. let vc = SelectPayBrandViewController()
  84. appDelegate.navController.pushViewController(vc, animated: true)
  85. }
  86. }
  87. viewHeader.backgroundColor = UIColor.clear
  88. viewHeader.titles = ["1111", "2222", "3333", "4444"]
  89. viewTop.removeAll()
  90. viewTop.addSubview(viewHeader)
  91. }
  92. tableView.mj_header?.beginRefreshing()
  93. }
  94. }
  95. override func returnError(tag: Int, type: String) {
  96. if tag == 1003 {
  97. tableView.mj_header?.beginRefreshing()
  98. }
  99. }
  100. // MARK: TABLEVLEW 实现
  101. func numberOfSections(in tableView: UITableView) -> Int {
  102. return 1
  103. }
  104. func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
  105. return self.arrData.count
  106. }
  107. func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
  108. return 9
  109. }
  110. func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
  111. let view = UIView(frame: CGRect(x: 0, y: 0, width: ScreenWidth, height: 9))
  112. view.backgroundColor = CommonUntils.getUIColorFromRGB(rgbValue: 0xf5f6f9, alpha: 1.0)
  113. return view
  114. }
  115. func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
  116. let cell = tableView.dequeueReusableCell(withIdentifier: "ApplyCardStrategyTableViewCell", for: indexPath as IndexPath) as! ApplyCardStrategyTableViewCell
  117. //cell.lblTitle.text = getString(indexPath.row, key: "Name")
  118. cell.lblTitle.text = "办卡不能太急,技巧很重要"
  119. cell.lblDesc.text = "办卡不能太急,技巧很重要,今天给大家分享一下办卡技巧,办卡不能太急,技巧很重要"
  120. cell.img.loadImage(imgUrl: "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1556193280248&di=c15fd3d86cdfa3dc14bb6ea0281a5da8&imgtype=0&src=http%3A%2F%2Fimg.mp.itc.cn%2Fupload%2F20170223%2Fe8c14927d0cd44b180253142ec5e52d3_th.jpeg", defaultImage: "")
  121. cell.img.setCornerRadius(size: 8)
  122. return cell
  123. }
  124. func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
  125. let vc = CommonWebViewViewController()
  126. vc.strTitle = "详情"
  127. vc.url = ""
  128. toViewController(viewController: vc)
  129. }
  130. override func viewWillAppear(_ animated: Bool) {
  131. super.viewWillAppear(animated)
  132. }
  133. override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?) {
  134. super.init(nibName: "ApplyCardStrategyViewController", bundle: nil)
  135. }
  136. required init?(coder aDecoder: NSCoder) {
  137. fatalError("init(coder:) has not been implemented")
  138. }
  139. }