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
be06bf75
Commit
be06bf75
authored
Sep 03, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI
parent
f59714d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
YHTravelDocsPreparationViewModel.swift
...ation(6 旅行证件准备)/VM/YHTravelDocsPreparationViewModel.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/TravelDocumentsPreparation(6 旅行证件准备)/VM/YHTravelDocsPreparationViewModel.swift
View file @
be06bf75
...
@@ -124,14 +124,14 @@ extension YHTravelDocsPreparationViewModel {
...
@@ -124,14 +124,14 @@ extension YHTravelDocsPreparationViewModel {
let
a
=
ASAttributedString
.
init
(
"办理逗留D签注"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
(
alpha
:
0.5
)))
let
a
=
ASAttributedString
.
init
(
"办理逗留D签注"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
(
alpha
:
0.5
)))
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
(
"港澳通行证逗留 (D) -办理操作指引"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
let
c
=
ASAttributedString
.
init
(
"港澳通行证逗留 (D) -办理操作指引"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
underline
([
.
byWord
]),
.
underline
([
.
single
]),
.
foreground
(
UIColor
.
brandMainColor
),
.
foreground
(
UIColor
.
brandMainColor
),
.
action
{
.
action
{
YHTravelHKDLGuideSheetView
.
sheetView
()
.
show
()
YHTravelHKDLGuideSheetView
.
sheetView
()
.
show
()
})
})
let
d
=
ASAttributedString
.
init
(
"》"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
d
=
ASAttributedString
.
init
(
"》"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
e
=
ASAttributedString
.
init
(
"点击查看"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
(
alpha
:
0.5
)))
let
e
=
ASAttributedString
.
init
(
"点击查看"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
(
alpha
:
0.5
)))
return
a
+
b
+
c
return
a
+
b
+
c
+
d
+
e
}
}
if
type
==
2
{
if
type
==
2
{
...
...
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