Commit fb2b9eec authored by Steven杜宇's avatar Steven杜宇

Merge branch 'yinhe-live-1212' of...

Merge branch 'yinhe-live-1212' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into yinhe-live-1212
parents ce8ff491 7b364657
...@@ -305,6 +305,7 @@ class YHVODPlayerViewController: YHBasePlayerViewController { ...@@ -305,6 +305,7 @@ class YHVODPlayerViewController: YHBasePlayerViewController {
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = tUrl vc.url = tUrl
vc.isHideNavigationBar = false vc.isHideNavigationBar = false
vc.isFullScreenFlag = false
goodsListView?.dismiss() goodsListView?.dismiss()
navigationController?.pushViewController(vc) navigationController?.pushViewController(vc)
} }
......
...@@ -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