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
0bcb18c0
Commit
0bcb18c0
authored
Mar 22, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 我的证件
parent
09f95272
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
YHCertificateListContainerVC.swift
...MyCertificates(我的证书)/C/YHCertificateListContainerVC.swift
+2
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/C/YHCertificateListContainerVC.swift
View file @
0bcb18c0
...
@@ -60,7 +60,7 @@ class YHCertificateListContainerVC: YHBaseViewController {
...
@@ -60,7 +60,7 @@ class YHCertificateListContainerVC: YHBaseViewController {
return
bar
return
bar
}()
}()
var
titles
=
[
"全部
(0)
"
,
"待上传(0)"
,
"已驳回(0)"
,
"审核中(0)"
,
"已通过(0)"
]
var
titles
=
[
"全部"
,
"待上传(0)"
,
"已驳回(0)"
,
"审核中(0)"
,
"已通过(0)"
]
let
categoryItems
=
[
YHCertificateCategoryItem
(
type
:
.
all
),
let
categoryItems
=
[
YHCertificateCategoryItem
(
type
:
.
all
),
YHCertificateCategoryItem
(
type
:
.
preUpload
),
YHCertificateCategoryItem
(
type
:
.
preUpload
),
YHCertificateCategoryItem
(
type
:
.
rejected
),
YHCertificateCategoryItem
(
type
:
.
rejected
),
...
@@ -193,10 +193,7 @@ class YHCertificateListContainerVC: YHBaseViewController {
...
@@ -193,10 +193,7 @@ class YHCertificateListContainerVC: YHBaseViewController {
guard
let
dic
=
notification
.
object
as?
[
YHCertificateUploadStatus
:
Int
]
else
{
return
}
guard
let
dic
=
notification
.
object
as?
[
YHCertificateUploadStatus
:
Int
]
else
{
return
}
print
(
dic
)
print
(
dic
)
if
let
count
=
dic
[
YHCertificateUploadStatus
.
all
]
{
if
let
count
=
dic
[
YHCertificateUploadStatus
.
preUpload
]
{
titles
[
0
]
=
"全部(
\(
count
)
)"
}
else
if
let
count
=
dic
[
YHCertificateUploadStatus
.
preUpload
]
{
titles
[
1
]
=
"待上传(
\(
count
)
)"
titles
[
1
]
=
"待上传(
\(
count
)
)"
}
else
if
let
count
=
dic
[
YHCertificateUploadStatus
.
rejected
]
{
}
else
if
let
count
=
dic
[
YHCertificateUploadStatus
.
rejected
]
{
...
...
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