Commit 63f7e6fe authored by pete谢兆麟's avatar pete谢兆麟

banner 通屏

parent c57c797a
......@@ -29,7 +29,7 @@ class YHBannerModel: SmartCodable {
var token: String = "" //声网直播
var rtmp_channel: String = "" //声网直播
var user_id: Int = 0
var is_full_screen : Bool = false //是否通屏
//是否为本地
var isLocalItemFlag : Bool = false
......
......@@ -207,6 +207,9 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
vc.isHideNavigationBar = false
}
if model.is_full_screen {
vc.isHideNavigationBar = false
}
if model.is_share_h5_flag {
if let tModel = model.addtition_param {
......
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