Commit 08222d06 authored by Alex朱枝文's avatar Alex朱枝文

h5关闭小窗

parent 4a65f4ea
......@@ -610,6 +610,12 @@ extension YHJsApi {
}
}
@objc func closeSmallWindow(_ tag: String) {
DispatchQueue.main.async {
YHPlayerManager.shared.exitFloating()
}
}
//跳直播录播
@objc func openLivePage(_ dicData: String) {
DispatchQueue.main.async {
......
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