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
f405fb1f
Commit
f405fb1f
authored
Jul 29, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 添加温馨提示
parent
919c6ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
YHResignAppointScheduleListViewController.swift
...在港递交预约)/C/YHResignAppointScheduleListViewController.swift
+18
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointScheduleListViewController.swift
View file @
f405fb1f
...
@@ -52,6 +52,15 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
...
@@ -52,6 +52,15 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
return
tableView
return
tableView
}()
}()
lazy
var
tipsLabel
=
{
let
label
=
UILabel
()
label
.
numberOfLines
=
0
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
12
)
label
.
textColor
=
.
mainTextColor
label
.
text
=
"温馨提示:根据入境处系统网站填写规则(最高每4人一组)。若此次您同批次赴港递交人数超过 4 人,系统会自动拆分显示,不影响您的办理,敬请放心~"
return
label
}()
lazy
var
guideBtn
:
UIButton
=
{
lazy
var
guideBtn
:
UIButton
=
{
let
button
=
UIButton
()
let
button
=
UIButton
()
button
.
setTitle
(
"在港递交指引"
,
for
:
.
normal
)
button
.
setTitle
(
"在港递交指引"
,
for
:
.
normal
)
...
@@ -101,10 +110,18 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
...
@@ -101,10 +110,18 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
self
.
view
.
backgroundColor
=
.
init
(
hex
:
0xF8F9FB
)
self
.
view
.
backgroundColor
=
.
init
(
hex
:
0xF8F9FB
)
self
.
view
.
addSubview
(
tableView
)
self
.
view
.
addSubview
(
tableView
)
self
.
view
.
addSubview
(
bottomView
)
self
.
view
.
addSubview
(
bottomView
)
self
.
tableView
.
snp
.
makeConstraints
{
make
in
self
.
view
.
addSubview
(
tipsLabel
)
self
.
tipsLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
16
)
make
.
left
.
equalTo
(
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
top
.
equalTo
(
k_Height_NavigationtBarAndStatuBar
+
16
)
make
.
top
.
equalTo
(
k_Height_NavigationtBarAndStatuBar
+
16
)
}
self
.
tableView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
top
.
equalTo
(
tipsLabel
.
snp
.
bottom
)
.
offset
(
16
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
}
}
self
.
bottomView
.
snp
.
makeConstraints
{
make
in
self
.
bottomView
.
snp
.
makeConstraints
{
make
in
...
...
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