Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
4e44def6
Commit
4e44def6
authored
Mar 12, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通屏参数
parent
1c811e0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
YHBannerModel.swift
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHBannerModel.swift
+1
-1
YHHomeBannerView.swift
.../galaxy/Classes/Modules/Home(首页)/V/YHHomeBannerView.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHBannerModel.swift
View file @
4e44def6
...
@@ -29,7 +29,7 @@ class YHBannerModel: SmartCodable {
...
@@ -29,7 +29,7 @@ class YHBannerModel: SmartCodable {
var
token
:
String
=
""
//声网直播
var
token
:
String
=
""
//声网直播
var
rtmp_channel
:
String
=
""
//声网直播
var
rtmp_channel
:
String
=
""
//声网直播
var
user_id
:
Int
=
0
var
user_id
:
Int
=
0
var
is_full_screen
:
Bool
=
false
//是否通屏
var
is_full_screen
:
Bool
?
//是否通屏
//是否为本地
//是否为本地
var
isLocalItemFlag
:
Bool
=
false
var
isLocalItemFlag
:
Bool
=
false
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeBannerView.swift
View file @
4e44def6
...
@@ -207,8 +207,8 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
...
@@ -207,8 +207,8 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
vc
.
isHideNavigationBar
=
false
vc
.
isHideNavigationBar
=
false
}
}
if
model
.
is_full_screen
{
if
let
tag
=
model
.
is_full_screen
{
vc
.
is
HideNavigationBar
=
false
vc
.
is
FullScreenFlag
=
tag
}
}
if
model
.
is_share_h5_flag
{
if
model
.
is_share_h5_flag
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment