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
4bc51d21
Commit
4bc51d21
authored
Apr 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xiezhaolin' into develop
parents
55d48b59
7a62f3d7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
YHServiceCenterMainViewController.swift
...ntService(服务中心)/C/YHServiceCenterMainViewController.swift
+2
-1
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+1
-1
YHProgressView.swift
...s/Modules/IntelligentService(服务中心)/V/YHProgressView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceCenterMainViewController.swift
View file @
4bc51d21
...
@@ -356,7 +356,8 @@ extension YHServiceCenterMainViewController {
...
@@ -356,7 +356,8 @@ extension YHServiceCenterMainViewController {
//配置指示器
//配置指示器
let
indicator
=
JXSegmentedIndicatorLineView
()
let
indicator
=
JXSegmentedIndicatorLineView
()
indicator
.
indicatorWidth
=
16
indicator
.
indicatorWidth
=
16
indicator
.
indicatorColor
=
.
blue
indicator
.
indicatorColor
=
UIColor
.
brandMainColor
indicator
.
indicatorCornerRadius
=
0
segmentedView
.
indicators
=
[
indicator
]
segmentedView
.
indicators
=
[
indicator
]
segmentedView
.
backgroundColor
=
UIColor
(
red
:
0.95
,
green
:
0.95
,
blue
:
0.95
,
alpha
:
1
)
segmentedView
.
backgroundColor
=
UIColor
(
red
:
0.95
,
green
:
0.95
,
blue
:
0.95
,
alpha
:
1
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
4bc51d21
...
@@ -113,7 +113,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
...
@@ -113,7 +113,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
return
1
44
return
1
28
}
}
func
tableView
(
_
tableView
:
UITableView
,
cellForRowAt
indexPath
:
IndexPath
)
->
UITableViewCell
{
func
tableView
(
_
tableView
:
UITableView
,
cellForRowAt
indexPath
:
IndexPath
)
->
UITableViewCell
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHProgressView.swift
View file @
4bc51d21
...
@@ -45,7 +45,7 @@ class YHProgressView: UIView {
...
@@ -45,7 +45,7 @@ class YHProgressView: UIView {
progressLayer
.
strokeColor
=
UIColor
(
hex
:
0x00BF60
)
.
cgColor
// 进度条颜色
progressLayer
.
strokeColor
=
UIColor
(
hex
:
0x00BF60
)
.
cgColor
// 进度条颜色
progressLayer
.
fillColor
=
UIColor
.
clear
.
cgColor
progressLayer
.
fillColor
=
UIColor
.
clear
.
cgColor
progressLayer
.
lineWidth
=
lineWidth
// 进度条宽度
progressLayer
.
lineWidth
=
lineWidth
// 进度条宽度
progressLayer
.
lineCap
=
.
round
progressLayer
.
lineCap
=
.
square
// 设置初始进度
// 设置初始进度
progressLayer
.
strokeEnd
=
0
progressLayer
.
strokeEnd
=
0
...
...
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