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

代码优化

parent 51f2c30f
......@@ -282,7 +282,6 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
}
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)
items.append(item)
}
......@@ -402,9 +401,9 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
self.navigationController?.pushViewController(vc)
case .myActivity:
printLog("我的活动")
let vc = YHActivityListViewController()
vc.type = 1
self.navigationController?.pushViewController(vc)
let vc = YHActivityListViewController()
vc.type = 1
self.navigationController?.pushViewController(vc)
case .aboutUs:
let vc = YHAboutGalaxyViewController()
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