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
f0890bbb
Commit
f0890bbb
authored
Jan 06, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 搜索
parent
6fb1ad13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
YHCertificateEntryHeadView.swift
...)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
+9
-9
YHCertificateSearchBar.swift
...S(优才)/MyCertificates(我的证书)/V/YHCertificateSearchBar.swift
+0
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
View file @
f0890bbb
...
...
@@ -36,7 +36,7 @@ class YHCertificateEntryHeadView: UIView {
return
titleLable
}()
let
numFont
=
UIFont
(
name
:
"DINAlternate-Bold"
,
size
:
1
4
)
!
let
numFont
=
UIFont
(
name
:
"DINAlternate-Bold"
,
size
:
1
7
)
!
private
lazy
var
statiticLable
:
UILabel
=
{
...
...
@@ -67,19 +67,19 @@ private extension YHCertificateEntryHeadView {
}
let
a
:
ASAttributedString
=
.
init
(
"待上传"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
aa
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
aa
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
b
:
ASAttributedString
=
.
init
(
"件,已驳回"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
bb
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
bb
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
c
:
ASAttributedString
=
.
init
(
"件,审核中"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
cc
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
cc
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
d
:
ASAttributedString
=
.
init
(
"件,已完成"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
dd
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
dd
:
ASAttributedString
=
.
init
(
"
0
"
,
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
e
:
ASAttributedString
=
.
init
(
"件"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
...
...
@@ -105,19 +105,19 @@ private extension YHCertificateEntryHeadView {
nameLable
.
text
=
"您好,"
+
tmp
let
a
:
ASAttributedString
=
.
init
(
"待上传"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
to_be_submit_num
)
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"
\(
dataModel
.
to_be_submit_num
)
"
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
b
:
ASAttributedString
=
.
init
(
"件,已驳回"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
bb
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
reject_num
)
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
bb
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"
\(
dataModel
.
reject_num
)
"
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
c
:
ASAttributedString
=
.
init
(
"件,审核中"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
cc
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
to_be_audit_num
)
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
cc
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"
\(
dataModel
.
to_be_audit_num
)
"
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
d
:
ASAttributedString
=
.
init
(
"件,已完成"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
dd
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
dataModel
.
pass_num
)
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
dd
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"
\(
dataModel
.
pass_num
)
"
),
.
font
(
numFont
),
.
foreground
(
UIColor
.
warnColor
))
let
e
:
ASAttributedString
=
.
init
(
"件"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/MyCertificates(我的证书)/V/YHCertificateSearchBar.swift
View file @
f0890bbb
...
...
@@ -26,7 +26,6 @@ class YHCertificateSearchBar: UIView {
private
lazy
var
contentView
=
{
let
view
=
UIView
()
view
.
backgroundColor
=
.
contentBkgColor
view
.
layer
.
cornerRadius
=
Self
.
height
/
2.0
view
.
clipsToBounds
=
true
return
view
}()
...
...
@@ -50,7 +49,6 @@ class YHCertificateSearchBar: UIView {
btn
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
12
)
btn
.
setTitleColor
(
.
white
,
for
:
.
normal
)
btn
.
backgroundColor
=
UIColor
.
brandMainColor
btn
.
layer
.
cornerRadius
=
Self
.
cancelBtnHeight
/
2.0
btn
.
addTarget
(
self
,
action
:
#selector(
searchBtnClicked
)
,
for
:
.
touchUpInside
)
return
btn
}()
...
...
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