Commit 4ec4fd4d authored by David黄金龙's avatar David黄金龙

代码优化

parent 51f2c30f
...@@ -282,7 +282,6 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget { ...@@ -282,7 +282,6 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
} }
if let configModel = YHConfigManager.shared.reqVM.configModel,configModel.is_recharge_order_open { if let configModel = YHConfigManager.shared.reqVM.configModel,configModel.is_recharge_order_open {
// if true { //for test hjl
let item = PersonalModuleItem(icon: "mine_item_myOrder", title: "我的订单".local, type:.myOrder) let item = PersonalModuleItem(icon: "mine_item_myOrder", title: "我的订单".local, type:.myOrder)
items.append(item) items.append(item)
} }
...@@ -402,9 +401,9 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -402,9 +401,9 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
case .myActivity: case .myActivity:
printLog("我的活动") printLog("我的活动")
let vc = YHActivityListViewController() let vc = YHActivityListViewController()
vc.type = 1 vc.type = 1
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
case .aboutUs: case .aboutUs:
let vc = YHAboutGalaxyViewController() let vc = YHAboutGalaxyViewController()
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment