Commit cf6ddc78 authored by David黄金龙's avatar David黄金龙

还原两处 删除的代码

parent 3c70e924
......@@ -338,6 +338,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
let vc = YHH5WebViewVC()
vc.navTitle = "我的续签方案"
vc.url = url
vc.isSupportWebviewInterBackFlag = true
UIViewController.current?.navigationController?.pushViewController(vc)
}
} else if tag == 3 {
......
......@@ -89,7 +89,7 @@ class YHH5WebViewVC: YHBaseViewController, WKUIDelegate, WKNavigationDelegate {
//4、是否需要重新刷新界面
var isNeedRefreshDataFlag : Bool = false
//webView内部返回
//webView内部返回 - 默认不支持
var isSupportWebviewInterBackFlag : Bool = false
......
......@@ -377,6 +377,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
vc.navTitle = "积分中心"
vc.url = url
vc.isFullScreenFlag = false
vc.isSupportWebviewInterBackFlag = true
self.navigationController?.pushViewController(vc)
}
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