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
ee4e0151
Commit
ee4e0151
authored
Jul 01, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 一处bug
parent
06d9aa06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
YHHomePageViewController.swift
...Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
+8
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
View file @
ee4e0151
...
@@ -151,6 +151,11 @@ class YHHomePageViewController: YHBaseViewController {
...
@@ -151,6 +151,11 @@ class YHHomePageViewController: YHBaseViewController {
// 是否展示订单提示视图
// 是否展示订单提示视图
func
showOrderTipsView
(
_
show
:
Bool
)
{
func
showOrderTipsView
(
_
show
:
Bool
)
{
homeHeaderViewHeight
=
show
?
homeHeaderView
.
homeHeadViewH
:
YHHomeHeadView
.
fixViewH
homeHeaderViewHeight
=
show
?
homeHeaderView
.
homeHeadViewH
:
YHHomeHeadView
.
fixViewH
homeHeaderView
.
frame
=
CGRect
(
x
:
20
,
y
:
-
homeHeaderViewHeight
,
width
:
KScreenWidth
-
40
,
height
:
homeHeaderViewHeight
)
homeHeaderView
.
frame
=
CGRect
(
x
:
20
,
y
:
-
homeHeaderViewHeight
,
width
:
KScreenWidth
-
40
,
height
:
homeHeaderViewHeight
)
homeHeaderView
.
isNeedHideOrderTipsView
=
!
show
homeHeaderView
.
isNeedHideOrderTipsView
=
!
show
...
@@ -169,10 +174,13 @@ class YHHomePageViewController: YHBaseViewController {
...
@@ -169,10 +174,13 @@ class YHHomePageViewController: YHBaseViewController {
r
.
size
.
height
=
81.0
r
.
size
.
height
=
81.0
tmpHeadView
.
frame
=
r
tmpHeadView
.
frame
=
r
homeCollectView
.
es
.
addInfiniteScrolling
{
homeCollectView
.
es
.
addInfiniteScrolling
{
self
.
loadMoreData
()
self
.
loadMoreData
()
}
}
}
}
}
}
...
...
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