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
5852f6e0
Commit
5852f6e0
authored
Sep 19, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化签证缴费UI
parent
31ebb621
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
YHPayMemberContentItem.swift
...(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberContentItem.swift
+6
-3
YHPayMemberContentItems.swift
...办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberContentItems.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberContentItem.swift
View file @
5852f6e0
...
...
@@ -24,7 +24,7 @@ class YHPayMemberContentItem: UIView {
lazy
var
titleLabel
:
UILabel
=
{
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_
B
(
ofSize
:
13
)
label
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
13
)
label
.
text
=
"档案号:"
label
.
textColor
=
UIColor
.
mainTextColor70
return
label
...
...
@@ -33,7 +33,7 @@ class YHPayMemberContentItem: UIView {
lazy
var
detailLabel
:
UILabel
=
{
let
label
=
UILabel
()
label
.
numberOfLines
=
0
label
.
font
=
UIFont
.
PFSC_
B
(
ofSize
:
13
)
label
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
13
)
label
.
text
=
""
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textAlignment
=
.
right
...
...
@@ -101,7 +101,7 @@ private extension YHPayMemberContentItem {
}
extension
YHPayMemberContentItem
{
func
updateUI
(
title
:
String
=
""
,
detail
:
String
=
""
,
oneLine
:
Bool
=
true
,
showBtn
:
Bool
=
false
)
{
func
updateUI
(
title
:
String
=
""
,
detail
:
String
=
""
,
oneLine
:
Bool
=
true
,
showBtn
:
Bool
=
false
,
needBold
:
Bool
=
false
)
{
urlPdf
=
detail
...
...
@@ -112,6 +112,9 @@ extension YHPayMemberContentItem {
addSubview
(
titleLabel
)
addSubview
(
detailLabel
)
addSubview
(
fakeView
)
titleLabel
.
font
=
needBold
?
UIFont
.
PFSC_B
(
ofSize
:
13
)
:
UIFont
.
PFSC_R
(
ofSize
:
13
)
detailLabel
.
font
=
needBold
?
UIFont
.
PFSC_B
(
ofSize
:
13
)
:
UIFont
.
PFSC_R
(
ofSize
:
13
)
titleLabel
.
text
=
title
let
arr
=
detail
.
split
(
separator
:
"/"
)
if
arr
.
count
>
0
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/Certificate(办证段)/VisaPayment(4电子签字缴费)/V/YHPayMemberContentItems.swift
View file @
5852f6e0
...
...
@@ -72,7 +72,7 @@ extension YHPayMemberContentItems {
make
.
top
.
equalTo
(
kMargin
)
make
.
left
.
right
.
equalToSuperview
()
}
item
.
updateUI
(
title
:
"档案号:"
,
detail
:
model
.
file_num
,
showBtn
:
true
)
item
.
updateUI
(
title
:
"档案号:"
,
detail
:
model
.
file_num
,
showBtn
:
true
,
needBold
:
true
)
var
lastView
:
UIView
=
item
...
...
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