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

// 服务中心

parent 328ad0a8
...@@ -69,6 +69,7 @@ class YHServiceOrderListViewController: YHBaseViewController { ...@@ -69,6 +69,7 @@ class YHServiceOrderListViewController: YHBaseViewController {
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = url vc.url = url
vc.isSupportWebviewInterBackFlag = true vc.isSupportWebviewInterBackFlag = true
vc.isFullScreenFlag = false
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