Commit 654b25e9 authored by Alex朱枝文's avatar Alex朱枝文

Merge branch 'develop' into jiaofei

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