ApplyCardTabBarViewController.swift 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. //
  2. // ApplyCardTabBarViewController.swift
  3. // xingchuangke
  4. //
  5. // Created by Virgil on 2019/7/16.
  6. // Copyright © 2019 Virgil. All rights reserved.
  7. //
  8. import UIKit
  9. @objcMembers
  10. class ApplyCardTabBarViewController: UITabBarController {
  11. /// 0办卡 1:积分
  12. var type = 0
  13. var arrBtnText = [["进度查询", "马上推广", "马上推广", "收益查询"], ["马上推广", "马上推广", "马上推广", "收益查询"]]
  14. var tab11: IntegralWebViewController!
  15. var tab41: IntegralBillViewController!
  16. var tab1: ApplyCardWebViewController!
  17. var tab2: ApplyCardAgentViewController!
  18. var tab3: ApplyCardExtensionViewController!
  19. var tab4: ApplyCardBillViewController!
  20. override func viewDidLoad() {
  21. super.viewDidLoad()
  22. initNavLeftBackButton()
  23. self.initBar()
  24. }
  25. func initBar() {
  26. initNavRightButtonForTitle(title: arrBtnText[type][0], color: UIColor.white)
  27. tab2 = ApplyCardAgentViewController()
  28. tab2.type = type
  29. tab2.tabBarItem.tag = 1002
  30. tab2.tabBarItem.image = UIImage.init(named: "ico_02")
  31. tab2.tabBarItem.selectedImage = UIImage.init(named: "ico_02_s")
  32. tab2.title = "代理"
  33. tab3 = ApplyCardExtensionViewController()
  34. tab3.type = type
  35. tab3.tabBarItem.tag = 1003
  36. tab3.tabBarItem.image = UIImage.init(named: "ico_05")
  37. tab3.tabBarItem.selectedImage = UIImage.init(named: "ico_05_s")
  38. tab3.title = "推广"
  39. if type == 0 {
  40. tab1 = ApplyCardWebViewController()
  41. tab1.tabBarItem.tag = 1001
  42. tab1.tabBarItem.image = UIImage.init(named: "ico_01")
  43. tab1.tabBarItem.selectedImage = UIImage.init(named: "ico_01_s")
  44. tab1.title = "推荐办卡"
  45. tab4 = ApplyCardBillViewController()
  46. tab4.tabBarItem.tag = 1004
  47. tab4.tabBarItem.image = UIImage.init(named: "ico_04")
  48. tab4.tabBarItem.selectedImage = UIImage.init(named: "ico_04_s")
  49. tab4.title = "账单"
  50. self.viewControllers = [tab1, tab2, tab3, tab4]
  51. } else {
  52. tab11 = IntegralWebViewController()
  53. tab11.tabBarItem.tag = 1001
  54. tab11.tabBarItem.image = UIImage.init(named: "ico_03")
  55. tab11.tabBarItem.selectedImage = UIImage.init(named: "ico_03_s")
  56. tab11.title = "积分兑换"
  57. tab41 = IntegralBillViewController()
  58. tab41.tabBarItem.tag = 1004
  59. tab41.tabBarItem.image = UIImage.init(named: "ico_04")
  60. tab41.tabBarItem.selectedImage = UIImage.init(named: "ico_04_s")
  61. tab41.title = "账单"
  62. self.viewControllers = [tab11, tab2, tab3, tab41]
  63. }
  64. }
  65. override func tabBar(_ tabBar: UITabBar, didSelect item: UITabBarItem) {
  66. rbtnMenu.setTitle(arrBtnText[type][item.tag - 1001], for: .normal)
  67. }
  68. func setTitle(title: String) {
  69. self.title = title
  70. }
  71. func initNavLeftBackButton() {
  72. let backBtn = UIButton(type: UIButton.ButtonType.custom)
  73. backBtn.frame = CGRect(x: 0, y: 0, width: 80, height: 44)
  74. backBtn.contentHorizontalAlignment = .left
  75. backBtn.setImage(UIImage(named: "ion_return-arrow"), for: .normal)
  76. backBtn.addTarget(self, action: #selector(self.handleBack), for: UIControl.Event.touchUpInside)
  77. let backBarBtnItem=UIBarButtonItem(customView: backBtn)
  78. self.navigationItem.leftBarButtonItem = backBarBtnItem
  79. }
  80. var rbtnMenu: UIButton!
  81. func initNavRightButtonForTitle(title: String, color: UIColor) {
  82. rbtnMenu = UIButton(type: .custom)
  83. rbtnMenu.frame = CGRect(x: 0, y: 0, width: 80, height: 14)
  84. rbtnMenu.setTitle(title, for: .normal)
  85. rbtnMenu.titleLabel?.font = UIFont.systemFont(ofSize: 15)
  86. rbtnMenu.setTitleColor(color, for: .normal)
  87. rbtnMenu.sizeToFit()
  88. let barItem = UIBarButtonItem(customView: rbtnMenu)
  89. self.navigationItem.rightBarButtonItem = barItem
  90. rbtnMenu.addTarget(self, action: #selector(self.btnRightMenuClick), for: UIControl.Event.touchUpInside)
  91. }
  92. @objc func handleBack() {
  93. if selectedIndex == 0 {
  94. if type == 0 {
  95. let vc = viewControllers![0] as! ApplyCardWebViewController
  96. if vc.wkWebView.canGoBack {
  97. vc.wkWebView.goBack()
  98. } else {
  99. self.navigationController?.popViewController(animated: true)
  100. }
  101. } else {
  102. let vc = viewControllers![0] as! IntegralWebViewController
  103. if vc.wkWebView.canGoBack {
  104. vc.wkWebView.goBack()
  105. } else {
  106. self.navigationController?.popViewController(animated: true)
  107. }
  108. }
  109. } else {
  110. self.navigationController?.popViewController(animated: true)
  111. }
  112. }
  113. @objc func btnRightMenuClick() {
  114. if self.selectedIndex == 2 {
  115. tab3.btnRightClick()
  116. } else if self.selectedIndex == 1 {
  117. if type == 0 {
  118. let urlStr = "http://app.xingchuangke.net/jsp/creditBank/bank_list.jsp?userId=\(CommonValue.getUserId())"
  119. CommonUMengShare.showSharedMenu(viewController: self, title: "免费办理信用卡,分享即可拿奖励", desc: "办卡有奖励、手续简、下卡快、额度高", icon: UIImage(named: "icon")!, url: urlStr)
  120. } else {
  121. CommonUMengShare.showSharedMenu(viewController: self, title: "立即注册,开启您的财富之旅", desc: "POS机办理,信用卡申请,积分换钱......", icon: UIImage(named: "icon")!, url: "\(RequestURL.userRecCode)?recCode=\(CommonValue.getUserRecCode())")
  122. }
  123. } else if self.selectedIndex == 0 {
  124. if type == 0 {
  125. let vc = SpeedViewController()
  126. self.navigationController?.pushViewController(vc, animated: true)
  127. // UIApplication.shared.openURL(URL(string:"http://card-dev.qdrsd.top/#/progress")!);
  128. } else {
  129. CommonUMengShare.showSharedMenu(viewController: self, title: "立即注册,开启您的财富之旅", desc: "POS机办理,信用卡申请,积分换钱......", icon: UIImage(named: "icon")!, url: "\(RequestURL.userRecCode)?recCode=\(CommonValue.getUserRecCode())")
  130. }
  131. }
  132. //http://card-dev.qdrsd.top/#/progress
  133. else {
  134. let vc = ProfitListViewController()
  135. vc.type = type
  136. self.navigationController?.pushViewController(vc, animated: true)
  137. }
  138. }
  139. /*
  140. // MARK: - Navigation
  141. // In a storyboard-based application, you will often want to do a little preparation before navigation
  142. override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
  143. // Get the new view controller using segue.destination.
  144. // Pass the selected object to the new view controller.
  145. }
  146. */
  147. }