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
5818aec0
Commit
5818aec0
authored
Dec 05, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看续签结果bug修复
parent
9d72dc4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHLookResignResultHeadView.swift
...okResignResult(查看续签结果)/V/YHLookResignResultHeadView.swift
+2
-2
YHLookResignResultStateThreePeopleTableViewCell.swift
...)/V/YHLookResignResultStateThreePeopleTableViewCell.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/LookResignResult(查看续签结果)/V/YHLookResignResultHeadView.swift
View file @
5818aec0
...
@@ -46,9 +46,9 @@ class YHLookResignResultHeadView: UIView {
...
@@ -46,9 +46,9 @@ class YHLookResignResultHeadView: UIView {
messageLabel
.
attributed
.
text
=
a
+
b
+
c
messageLabel
.
attributed
.
text
=
a
+
b
+
c
}
else
{
}
else
{
if
dataSource
.
mode
==
1
{
if
dataSource
.
mode
==
1
{
let
a
=
ASAttributedString
.
init
(
"
\(
dataSource
.
data
.
user
)
,您申请的【优秀人才入境计划】续签申请在
\(
dataSource
.
data
.
main
.
pay_deadlin
e
)
"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor70
))
let
a
=
ASAttributedString
.
init
(
"
\(
dataSource
.
data
.
user
)
,您申请的【优秀人才入境计划】续签申请在
\(
dataSource
.
data
.
main
.
result_dat
e
)
"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor70
))
let
b
=
ASAttributedString
.
init
(
"正式获批"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
b
=
ASAttributedString
.
init
(
"正式获批"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
c
=
ASAttributedString
.
init
(
"!请在
\(
dataSource
.
data
.
main
.
result_dat
e
)
前,赴港缴费领取新签证!"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor70
))
let
c
=
ASAttributedString
.
init
(
"!请在
\(
dataSource
.
data
.
main
.
pay_deadlin
e
)
前,赴港缴费领取新签证!"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor70
))
messageLabel
.
attributed
.
text
=
a
+
b
+
c
messageLabel
.
attributed
.
text
=
a
+
b
+
c
}
else
{
}
else
{
let
a
=
ASAttributedString
.
init
(
"
\(
dataSource
.
data
.
user
)
,您与家人申请的【优秀人才入境计划】续签申请已"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor70
))
let
a
=
ASAttributedString
.
init
(
"
\(
dataSource
.
data
.
user
)
,您与家人申请的【优秀人才入境计划】续签申请已"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor70
))
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/LookResignResult(查看续签结果)/V/YHLookResignResultStateThreePeopleTableViewCell.swift
View file @
5818aec0
...
@@ -185,8 +185,8 @@ class YHLookResignResultStateThreePeopleTableViewCell: UITableViewCell {
...
@@ -185,8 +185,8 @@ class YHLookResignResultStateThreePeopleTableViewCell: UITableViewCell {
i
+=
1
i
+=
1
}
}
titleLabel
.
text
=
title
+
names
titleLabel
.
text
=
title
+
names
peopleValueLabel
.
text
=
dataSource
.
pay_deadlin
e
peopleValueLabel
.
text
=
dataSource
.
result_dat
e
docValueLabel
.
text
=
dataSource
.
result_dat
e
docValueLabel
.
text
=
dataSource
.
pay_deadlin
e
}
}
}
}
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