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

//. AI

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