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
14e3e461
Commit
14e3e461
authored
Apr 03, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打开
parent
57cb89c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
YHServiceCenterViewController.swift
...中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
+9
-10
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
View file @
14e3e461
...
@@ -127,16 +127,15 @@ class YHServiceCenterViewController: YHBaseViewController {
...
@@ -127,16 +127,15 @@ class YHServiceCenterViewController: YHBaseViewController {
}
}
private
func
goToServiceProgressVC
()
{
private
func
goToServiceProgressVC
()
{
let
vc
=
YHMakePlanViewController
()
let
vc
=
YHOrderDetailViewController
()
// let vc = YHOrderDetailViewController()
vc
.
model
=
oldModel
// vc.model = oldModel
vc
.
backDate
=
{
[
weak
self
]
model
in
// vc.backDate = { [weak self] model in
guard
let
self
=
self
else
{
return
}
// guard let self = self else { return }
self
.
model
=
model
// self.model = model
self
.
state
=
0
// self.state = 0
self
.
headIndex
=
0
// self.headIndex = 0
self
.
isCanSelectStep
=
false
// self.isCanSelectStep = false
}
// }
self
.
navigationController
?
.
pushViewController
(
vc
)
self
.
navigationController
?
.
pushViewController
(
vc
)
}
}
...
...
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