Commit 2384729b authored by Alex朱枝文's avatar Alex朱枝文

改为通屏显示

parent 181ea85c
...@@ -437,7 +437,7 @@ class YHResignAppointScheduleListViewController: YHBaseViewController { ...@@ -437,7 +437,7 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = tUrl vc.url = tUrl
vc.isHideNavigationBar = false vc.isHideNavigationBar = false
vc.isFullScreenFlag = false vc.isFullScreenFlag = true
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