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
7843c031
Commit
7843c031
authored
Mar 25, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续签证件管理列表逻辑
parent
ef7a258a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
YHResignCertificateListViewController.swift
...age(续期证件管理)/C/YHResignCertificateListViewController.swift
+8
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateListViewController.swift
View file @
7843c031
...
@@ -82,6 +82,11 @@ extension YHResignCertificateListViewController: UITableViewDelegate, UITableVie
...
@@ -82,6 +82,11 @@ extension YHResignCertificateListViewController: UITableViewDelegate, UITableVie
model
=
self
.
viewModel
.
mainModel
.
SMALL_WHITE_BAR
model
=
self
.
viewModel
.
mainModel
.
SMALL_WHITE_BAR
cell
.
titleLabel
.
text
=
"最新一次小白条"
cell
.
titleLabel
.
text
=
"最新一次小白条"
}
}
if
model
.
count
==
0
{
cell
.
isHidden
=
true
}
else
{
cell
.
isHidden
=
false
}
cell
.
dataSource
=
model
cell
.
dataSource
=
model
cell
.
clickBlock
=
{
[
weak
self
]
model
in
cell
.
clickBlock
=
{
[
weak
self
]
model
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
...
@@ -134,7 +139,9 @@ extension YHResignCertificateListViewController: UITableViewDelegate, UITableVie
...
@@ -134,7 +139,9 @@ extension YHResignCertificateListViewController: UITableViewDelegate, UITableVie
if
indexPath
.
row
==
3
{
if
indexPath
.
row
==
3
{
count
=
self
.
viewModel
.
mainModel
.
SMALL_WHITE_BAR
.
count
count
=
self
.
viewModel
.
mainModel
.
SMALL_WHITE_BAR
.
count
}
}
if
count
==
0
{
return
0
}
return
CGFloat
(
68
+
count
*
52
)
return
CGFloat
(
68
+
count
*
52
)
}
}
...
...
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