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
7c040a85
Commit
7c040a85
authored
Jul 26, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// fix
parent
480c5eac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
YHResignCertificateDetailViewController.swift
...e(续期证件管理)/C/YHResignCertificateDetailViewController.swift
+1
-1
YHResignCertificateEvisaTableViewCell.swift
...age(续期证件管理)/V/YHResignCertificateEvisaTableViewCell.swift
+1
-4
YHResignCertificateHKTableViewCell.swift
...Manage(续期证件管理)/V/YHResignCertificateHKTableViewCell.swift
+1
-1
YHResignCertificatePassportTableViewCell.swift
...(续期证件管理)/V/YHResignCertificatePassportTableViewCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateDetailViewController.swift
View file @
7c040a85
...
...
@@ -22,7 +22,7 @@ class YHResignCertificateDetailViewController: YHBaseViewController {
if
dataModel
.
status
==
ResignCertificateStatus
.
NotUpload
.
rawValue
{
self
.
statusLabel
.
backgroundColor
=
UIColor
.
brandMainColor
(
alpha
:
0.08
)
self
.
statusLabel
.
text
=
"
未
上传"
self
.
statusLabel
.
text
=
"
待
上传"
self
.
statusLabel
.
textColor
=
UIColor
.
brandMainColor
}
else
if
dataModel
.
status
==
ResignCertificateStatus
.
Review
.
rawValue
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignCertificateManage(续期证件管理)/V/YHResignCertificateEvisaTableViewCell.swift
View file @
7c040a85
...
...
@@ -126,9 +126,6 @@ class YHResignCertificateEvisaTableViewCell: UITableViewCell {
let
view
=
YHWorkFileItemView
()
view
.
block
=
{[
weak
self
]
model
,
type
in
guard
let
self
=
self
else
{
return
}
if
self
.
isDisablEdit
{
return
}
if
let
block
=
self
.
experienceListBlock
{
block
(
model
,
type
)
}
...
...
@@ -191,7 +188,7 @@ class YHResignCertificateEvisaTableViewCell: UITableViewCell {
if
dataModel
.
status
==
ResignCertificateStatus
.
NotUpload
.
rawValue
{
self
.
statusLabel
.
backgroundColor
=
UIColor
.
brandMainColor
(
alpha
:
0.08
)
self
.
statusLabel
.
text
=
"
未
上传"
self
.
statusLabel
.
text
=
"
待
上传"
self
.
statusLabel
.
textColor
=
UIColor
.
brandMainColor
}
else
if
dataModel
.
status
==
ResignCertificateStatus
.
Review
.
rawValue
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignCertificateManage(续期证件管理)/V/YHResignCertificateHKTableViewCell.swift
View file @
7c040a85
...
...
@@ -73,7 +73,7 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
if
dataModel
.
status
==
ResignCertificateStatus
.
NotUpload
.
rawValue
{
statusButton
.
backgroundColor
=
UIColor
.
brandMainColor
(
alpha
:
0.08
)
statusButton
.
setTitle
(
"
未
上传"
,
for
:
.
normal
)
statusButton
.
setTitle
(
"
待
上传"
,
for
:
.
normal
)
statusButton
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
}
else
if
dataModel
.
status
==
ResignCertificateStatus
.
Review
.
rawValue
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignCertificateManage(续期证件管理)/V/YHResignCertificatePassportTableViewCell.swift
View file @
7c040a85
...
...
@@ -60,7 +60,7 @@ class YHResignCertificatePassportTableViewCell: UITableViewCell {
if
dataModel
.
status
==
ResignCertificateStatus
.
NotUpload
.
rawValue
{
statusButton
.
backgroundColor
=
UIColor
.
brandMainColor
(
alpha
:
0.08
)
statusButton
.
setTitle
(
"
未
上传"
,
for
:
.
normal
)
statusButton
.
setTitle
(
"
待
上传"
,
for
:
.
normal
)
statusButton
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
}
else
if
dataModel
.
status
==
ResignCertificateStatus
.
Review
.
rawValue
{
...
...
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