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

//. AI

parent 304293d9
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
import UIKit import UIKit
import AttributedString import AttributedString
import JXSegmentedView import JXSegmentedView
import OSLog
class YHSelectViewController: YHBaseViewController { class YHSelectViewController: YHBaseViewController {
var sectionView: YHSelectLookView! var sectionView: YHSelectLookView!
...@@ -227,8 +226,6 @@ extension YHSelectViewController: UITableViewDelegate, UITableViewDataSource { ...@@ -227,8 +226,6 @@ extension YHSelectViewController: UITableViewDelegate, UITableViewDataSource {
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = tUrl vc.url = tUrl
vc.isHideNavigationBar = false vc.isHideNavigationBar = false
os_log("ABCCDVASDF %d", (UIViewController.current?.navigationController == nil))
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