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
45315ab1
Commit
45315ab1
authored
Oct 22, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节调控
parent
d7eac3dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
YHLookResignResultViewController.swift
...gnResult(查看续签结果)/C/YHLookResignResultViewController.swift
+4
-1
YHServiceOrderProgressTableViewCell.swift
...Service(服务中心)/V/YHServiceOrderProgressTableViewCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/LookResignResult(查看续签结果)/C/YHLookResignResultViewController.swift
View file @
45315ab1
...
@@ -24,7 +24,7 @@ class YHLookResignResultViewController: YHBaseViewController {
...
@@ -24,7 +24,7 @@ class YHLookResignResultViewController: YHBaseViewController {
lazy
var
tableView
:
UITableView
=
{
lazy
var
tableView
:
UITableView
=
{
let
tableView
=
UITableView
(
frame
:
.
zero
,
style
:
.
grouped
)
let
tableView
=
UITableView
(
frame
:
.
zero
,
style
:
.
grouped
)
tableView
.
estimatedSectionHeaderHeight
=
16.0
tableView
.
estimatedSectionHeaderHeight
=
0.01
tableView
.
estimatedSectionFooterHeight
=
0.01
tableView
.
estimatedSectionFooterHeight
=
0.01
tableView
.
contentInsetAdjustmentBehavior
=
.
never
tableView
.
contentInsetAdjustmentBehavior
=
.
never
tableView
.
showsVerticalScrollIndicator
=
false
tableView
.
showsVerticalScrollIndicator
=
false
...
@@ -266,6 +266,9 @@ extension YHLookResignResultViewController: UITableViewDelegate, UITableViewData
...
@@ -266,6 +266,9 @@ extension YHLookResignResultViewController: UITableViewDelegate, UITableViewData
}
}
private
func
tableView
(
_
tableView
:
UITableView
,
viewForHeaderInSection
section
:
Int
)
->
CGFloat
{
private
func
tableView
(
_
tableView
:
UITableView
,
viewForHeaderInSection
section
:
Int
)
->
CGFloat
{
if
section
==
0
{
return
0.01
}
return
16.0
return
16.0
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHServiceOrderProgressTableViewCell.swift
View file @
45315ab1
...
@@ -603,7 +603,7 @@ extension YHServiceOrderProgressTableViewCell {
...
@@ -603,7 +603,7 @@ extension YHServiceOrderProgressTableViewCell {
if
model
.
status
==
4
{
if
model
.
status
==
4
{
titleLabel
.
textColor
=
UIColor
.
mainTextColor
titleLabel
.
textColor
=
UIColor
.
mainTextColor
buttonLabel
.
text
=
"请稍候"
buttonLabel
.
text
=
"请稍候"
buttonLabel
.
backgroundColor
=
UIColor
.
mainTextColor50
buttonLabel
.
backgroundColor
=
UIColor
(
hex
:
0xb8babe
,
transparency
:
0.5
)
progressImageView
.
image
=
UIImage
(
named
:
"service_progress_start"
)
progressImageView
.
image
=
UIImage
(
named
:
"service_progress_start"
)
progress
.
changeColor
(
UIColor
.
brandMainColor
)
progress
.
changeColor
(
UIColor
.
brandMainColor
)
// 1 证件 2 信息完善 3 我的评分 4 我的方案 5 我的签字 6我的文书
// 1 证件 2 信息完善 3 我的评分 4 我的方案 5 我的签字 6我的文书
...
...
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