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

// AI

parent aeb19604
......@@ -9,6 +9,7 @@
import UIKit
import AttributedString
import JXSegmentedView
import OSLog
class YHSelectViewController: YHBaseViewController {
var sectionView: YHSelectLookView!
......@@ -226,6 +227,8 @@ 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)
}
}
......
......@@ -611,9 +611,9 @@ extension YHJsApi {
}
@objc func closeSmallWindow(_ tag: String) {
DispatchQueue.main.async {
YHPlayerManager.shared.exitFloating()
}
// DispatchQueue.main.async {
// YHPlayerManager.shared.exitFloating()
// }
}
//跳直播录播
......
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