Commit 36faa573 authored by David黄金龙's avatar David黄金龙

双 十一 启动页

parent ed234676
......@@ -174,9 +174,8 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
let vc = YHH5WebViewVC()
vc.url = tUrl
vc.isFullScreenFlag = false
if model.is_double_11_flag {
vc.isHideNavigationBar = true
vc.isHideNavigationBar = false
}
if model.is_share_h5_flag {
......
......@@ -162,9 +162,8 @@ extension YHServiceBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
let vc = YHH5WebViewVC()
vc.url = tUrl
vc.isFullScreenFlag = false
if model.is_double_11_flag {
vc.isHideNavigationBar = true
vc.isHideNavigationBar = false
}
if model.is_share_h5_flag {
......
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