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

// 我的

parent cb437678
...@@ -740,8 +740,8 @@ extension YHMyNewViewController { ...@@ -740,8 +740,8 @@ extension YHMyNewViewController {
} }
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = tUrl vc.url = tUrl
vc.isFullScreenFlag = false vc.isFullScreenFlag = true
vc.navTitle = "我的课程" // vc.navTitle = "我的课程"
vc.isSupportWebviewInterBackFlag = true vc.isSupportWebviewInterBackFlag = true
UIViewController.current?.navigationController?.pushViewController(vc) UIViewController.current?.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