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

// AI

parent aeb19604
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
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!
...@@ -226,6 +227,8 @@ extension YHSelectViewController: UITableViewDelegate, UITableViewDataSource { ...@@ -226,6 +227,8 @@ 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)
} }
} }
......
...@@ -611,9 +611,9 @@ extension YHJsApi { ...@@ -611,9 +611,9 @@ extension YHJsApi {
} }
@objc func closeSmallWindow(_ tag: String) { @objc func closeSmallWindow(_ tag: String) {
DispatchQueue.main.async { // DispatchQueue.main.async {
YHPlayerManager.shared.exitFloating() // 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