Commit f5972b8f authored by DavidHuang's avatar DavidHuang

修改一处 代码

parent 4eba19cb
...@@ -300,6 +300,7 @@ class YHVODPlayerViewController: YHBasePlayerViewController { ...@@ -300,6 +300,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)
} }
......
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