Commit 2aa9b8e1 authored by David黄金龙's avatar David黄金龙

非通屏

parent bfc6da29
...@@ -381,7 +381,8 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -381,7 +381,8 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.navTitle = "积分中心" vc.navTitle = "积分中心"
vc.url = url vc.url = url
// vc.isSupportWebviewInterBackFlag = true vc.isSupportWebviewInterBackFlag = true
vc.isFullScreenFlag = false
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
} }
case .myTestCode://我的测评码 case .myTestCode://我的测评码
......
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