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
f4f81bf8
Commit
f4f81bf8
authored
Oct 10, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段修改
parent
f0345297
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHBannerModel.swift
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHBannerModel.swift
+2
-2
YHHomeBannerView.swift
.../galaxy/Classes/Modules/Home(首页)/V/YHHomeBannerView.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHBannerModel.swift
View file @
f4f81bf8
...
@@ -23,8 +23,8 @@ class YHBannerModel: SmartCodable {
...
@@ -23,8 +23,8 @@ class YHBannerModel: SmartCodable {
var
isLocalItemFlag
:
Bool
=
false
var
isLocalItemFlag
:
Bool
=
false
//分享相关参数
//分享相关参数
var
is
ShareH5F
lag
:
Bool
=
false
var
is
_share_h5_f
lag
:
Bool
=
false
var
addtition
P
aram
:
YHBannerAdditionModel
?
var
addtition
_p
aram
:
YHBannerAdditionModel
?
required
init
()
{
required
init
()
{
}
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeBannerView.swift
View file @
f4f81bf8
...
@@ -152,8 +152,8 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
...
@@ -152,8 +152,8 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
vc
.
url
=
url
vc
.
url
=
url
vc
.
isFullScreenFlag
=
false
vc
.
isFullScreenFlag
=
false
if
model
.
is
ShareH5F
lag
{
if
model
.
is
_share_h5_f
lag
{
if
let
tModel
=
model
.
addtition
P
aram
{
if
let
tModel
=
model
.
addtition
_p
aram
{
if
!
tModel
.
shareH5Url
.
isEmpty
{
if
!
tModel
.
shareH5Url
.
isEmpty
{
vc
.
isShowRightShareItemFlag
=
true
vc
.
isShowRightShareItemFlag
=
true
vc
.
shareH5Title
=
tModel
.
shareH5Title
vc
.
shareH5Title
=
tModel
.
shareH5Title
...
...
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