Commit 7b364657 authored by pete谢兆麟's avatar pete谢兆麟

购物车icon 替换

parent 336b1191
...@@ -295,7 +295,7 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget { ...@@ -295,7 +295,7 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
} }
if let configModel = YHConfigManager.shared.reqVM.configModel,configModel.is_integral_open { if let configModel = YHConfigManager.shared.reqVM.configModel,configModel.is_integral_open {
let item = PersonalModuleItem(icon: "mine_item_card", title: "购物车".local, type:.mycart) let item = PersonalModuleItem(icon: "mine_item_cart", title: "购物车".local, type:.mycart)
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