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
10967dcd
Commit
10967dcd
authored
Mar 22, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 我的证件
parent
2206cdf4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
YHCertificateListContainerVC.swift
...MyCertificates(我的证书)/C/YHCertificateListContainerVC.swift
+2
-1
YHCertificateFilterButton.swift
...心)/MyCertificates(我的证书)/V/YHCertificateFilterButton.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/C/YHCertificateListContainerVC.swift
View file @
10967dcd
...
@@ -116,11 +116,12 @@ class YHCertificateListContainerVC: YHBaseViewController {
...
@@ -116,11 +116,12 @@ class YHCertificateListContainerVC: YHBaseViewController {
view
.
confirmBlock
=
{
view
.
confirmBlock
=
{
[
weak
self
]
dict
in
[
weak
self
]
dict
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
self
.
segmentedView
.
selectItemAt
(
index
:
0
)
self
.
filterDict
=
dict
self
.
filterDict
=
dict
if
let
vc
=
itemVCs
.
first
{
if
let
vc
=
itemVCs
.
first
{
vc
.
requestList
(
status
:
vc
.
status
,
extra
:
dict
)
vc
.
requestList
(
status
:
vc
.
status
,
extra
:
dict
)
}
}
self
.
segmentedView
.
selectItemAt
(
index
:
0
)
}
}
return
view
return
view
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHCertificateFilterButton.swift
View file @
10967dcd
...
@@ -61,7 +61,7 @@ class YHCertificateFilterButton: UIView {
...
@@ -61,7 +61,7 @@ class YHCertificateFilterButton: UIView {
}
}
@objc
func
didFilterBtnClicked
()
{
@objc
func
didFilterBtnClicked
()
{
isSelect
=
!
isSelect
isSelect
=
true
if
let
clickBlock
=
clickBlock
{
if
let
clickBlock
=
clickBlock
{
clickBlock
(
isSelect
)
clickBlock
(
isSelect
)
}
}
...
...
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