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)
} }
......
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