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
dc8c04b4
Commit
dc8c04b4
authored
Apr 19, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字体 13
parent
d4983e24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
YHServiceCenterMainViewController.swift
...ntService(服务中心)/C/YHServiceCenterMainViewController.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceCenterMainViewController.swift
View file @
dc8c04b4
...
@@ -233,9 +233,9 @@ extension YHServiceCenterMainViewController {
...
@@ -233,9 +233,9 @@ extension YHServiceCenterMainViewController {
}
}
}
}
}
}
let
a
:
ASAttributedString
=
.
init
(
"您好,
\(
name
)
,您当前处于"
,
.
font
(
UIFont
.
PFSC_
M
(
ofSize
:
12
)),
.
foreground
(
UIColor
(
hex
:
0x121a26
)))
let
a
:
ASAttributedString
=
.
init
(
"您好,
\(
name
)
,您当前处于"
,
.
font
(
UIFont
.
PFSC_
R
(
ofSize
:
13
)),
.
foreground
(
UIColor
(
hex
:
0x121a26
)))
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"身份申请"
),
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
1
2
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"身份申请"
),
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
1
3
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
aaa
:
ASAttributedString
=
.
init
(
"阶段"
,
.
font
(
UIFont
.
PFSC_
M
(
ofSize
:
12
)),
.
foreground
(
UIColor
(
hex
:
0x121a26
)))
let
aaa
:
ASAttributedString
=
.
init
(
"阶段"
,
.
font
(
UIFont
.
PFSC_
R
(
ofSize
:
13
)),
.
foreground
(
UIColor
(
hex
:
0x121a26
)))
self
.
nameLabel
.
attributed
.
text
=
a
+
aa
+
aaa
self
.
nameLabel
.
attributed
.
text
=
a
+
aa
+
aaa
}
}
}
}
...
...
pete谢兆麟
@pete
mentioned in commit
e8344113
·
Apr 19, 2024
mentioned in commit
e8344113
mentioned in commit e834411347a438cb62e0000a03db78529acc37ae
Toggle commit list
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