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
29f06dcd
Commit
29f06dcd
authored
Oct 24, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品验收问题修复
parent
b13a86b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
YHResignUploadDocListCell.swift
...)/ResignUploadDoc(续签补件)/V/YHResignUploadDocListCell.swift
+1
-0
YHResignUploadSuccessDocListCell.swift
...nUploadDoc(续签补件)/V/YHResignUploadSuccessDocListCell.swift
+2
-1
YHResignUploadTravelCardListTableViewCell.swift
...上传旅行证件)/V/YHResignUploadTravelCardListTableViewCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignUploadDoc(续签补件)/V/YHResignUploadDocListCell.swift
View file @
29f06dcd
...
...
@@ -277,6 +277,7 @@ class YHResignUploadDocItemView: UIView {
guard
let
dataSource
=
docDataSource
else
{
return
}
titleLabel
.
text
=
dataSource
.
name
if
dataSource
.
status
==
1
{
explainLabel
.
text
=
"待确认"
explainLabel
.
textColor
=
UIColor
.
brandMainColor
nextStepImageView
.
image
=
UIImage
(
named
:
"service_adopter_income_start"
)
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignUploadDoc(续签补件)/V/YHResignUploadSuccessDocListCell.swift
View file @
29f06dcd
...
...
@@ -44,10 +44,11 @@ class YHResignUploadSuccessDocListCell: UITableViewCell {
func
setupUI
()
{
backgroundColor
=
.
clear
contentView
.
layer
.
cornerRadius
=
kCornerRadius6
mainItemView
=
{
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
kCornerRadius6
view
.
layer
.
masksToBounds
=
true
return
view
}()
contentView
.
addSubview
(
mainItemView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/UploadTravelCrad(上传旅行证件)/V/YHResignUploadTravelCardListTableViewCell.swift
View file @
29f06dcd
...
...
@@ -90,7 +90,7 @@ private extension YHResignUploadTravelCardListTableViewCell {
statusLable
.
text
=
"未开启"
titleLable
.
textColor
=
.
mainTextColor30
statusLable
.
textColor
=
UIColor
.
mainTextColor30
statusImageView
.
image
=
UIImage
(
named
:
"
disable_right_arrow
"
)
statusImageView
.
image
=
UIImage
(
named
:
""
)
}
else
if
model
.
status
==
0
{
statusLable
.
text
=
"待上传"
...
...
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