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
9a7cc5b2
Commit
9a7cc5b2
authored
Oct 23, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 预约
parent
f9fe194a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHResignAppointScheduleListViewController.swift
...在港递交预约)/C/YHResignAppointScheduleListViewController.swift
+1
-1
YHResignAppointTimeModifyViewController.swift
...t(在港递交预约)/C/YHResignAppointTimeModifyViewController.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointScheduleListViewController.swift
View file @
9a7cc5b2
...
@@ -78,7 +78,7 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
...
@@ -78,7 +78,7 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
guideBtn
.
snp
.
makeConstraints
{
make
in
guideBtn
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
20
)
make
.
left
.
equalTo
(
20
)
make
.
width
.
equalTo
(
66
)
make
.
width
.
equalTo
(
66
)
make
.
height
.
equalTo
(
4
1
)
make
.
height
.
equalTo
(
4
3
)
make
.
centerY
.
equalTo
(
nextBtn
)
make
.
centerY
.
equalTo
(
nextBtn
)
}
}
nextBtn
.
snp
.
makeConstraints
{
make
in
nextBtn
.
snp
.
makeConstraints
{
make
in
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointTimeModifyViewController.swift
View file @
9a7cc5b2
...
@@ -26,7 +26,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
...
@@ -26,7 +26,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
tableView
.
sectionHeaderTopPadding
=
0.0
tableView
.
sectionHeaderTopPadding
=
0.0
}
}
tableView
.
estimatedSectionHeaderHeight
=
0.1
tableView
.
estimatedSectionHeaderHeight
=
0.1
tableView
.
estimatedSectionFooterHeight
=
16.0
tableView
.
estimatedSectionFooterHeight
=
0.1
tableView
.
contentInsetAdjustmentBehavior
=
.
never
tableView
.
contentInsetAdjustmentBehavior
=
.
never
tableView
.
showsVerticalScrollIndicator
=
false
tableView
.
showsVerticalScrollIndicator
=
false
tableView
.
backgroundColor
=
.
clear
tableView
.
backgroundColor
=
.
clear
...
@@ -47,7 +47,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
...
@@ -47,7 +47,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
setImage
(
UIImage
(
named
:
"resign_appoint_tips_btn"
),
for
:
.
normal
)
button
.
setImage
(
UIImage
(
named
:
"resign_appoint_tips_btn"
),
for
:
.
normal
)
button
.
centerTextAndImage
(
imageAboveText
:
true
,
spacing
:
0.0
)
button
.
centerTextAndImage
(
imageAboveText
:
true
,
spacing
:
0.0
)
tipsBt
n
.
addTarget
(
self
,
action
:
#selector(
didTipsBtnClicked
)
,
for
:
.
touchUpInside
)
butto
n
.
addTarget
(
self
,
action
:
#selector(
didTipsBtnClicked
)
,
for
:
.
touchUpInside
)
return
button
return
button
}()
}()
...
@@ -179,7 +179,7 @@ extension YHResignAppointTimeModifyViewController: UITableViewDelegate, UITableV
...
@@ -179,7 +179,7 @@ extension YHResignAppointTimeModifyViewController: UITableViewDelegate, UITableV
}
}
private
func
tableView
(
_
tableView
:
UITableView
,
viewForFooterInSection
section
:
Int
)
->
CGFloat
{
private
func
tableView
(
_
tableView
:
UITableView
,
viewForFooterInSection
section
:
Int
)
->
CGFloat
{
return
16
return
0.1
}
}
func
tableView
(
_
tableView
:
UITableView
,
viewForFooterInSection
section
:
Int
)
->
UIView
?
{
func
tableView
(
_
tableView
:
UITableView
,
viewForFooterInSection
section
:
Int
)
->
UIView
?
{
...
...
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