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
41449071
Commit
41449071
authored
Aug 10, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、删除测试代码
2、调整正式批逻辑
parent
2e2d277d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+2
-0
YHOfficialApprovalResultVC.swift
...OfficialApprovalBatch/C/YHOfficialApprovalResultVC.swift
+2
-2
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+1
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
41449071
...
...
@@ -248,6 +248,8 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
}
else
if
model
.
type
==
15
{
//正式批已获批~
let
vc
=
YHOfficialApprovalResultVC
()
self
.
navigationController
?
.
pushViewController
(
vc
)
}
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/OfficialApprovalBatch/C/YHOfficialApprovalResultVC.swift
View file @
41449071
...
...
@@ -202,7 +202,7 @@ private extension YHOfficialApprovalResultVC {
view
.
addSubview
(
lightImageV
)
lightImageV
.
snp
.
makeConstraints
{
make
in
make
.
top
.
right
.
bottom
.
equalToSuperview
()
make
.
top
.
right
.
left
.
equalToSuperview
()
make
.
height
.
equalTo
(
543
)
}
lightImageV
.
layer
.
zPosition
=
3
...
...
@@ -279,7 +279,7 @@ private extension YHOfficialApprovalResultVC {
// view.show()
let
view
=
YHOffivialApprovalSuccessCheckView
.
sheetView
()
view
.
show
()
view
.
show
()
//for test hjl
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
41449071
...
...
@@ -99,12 +99,8 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
if
!
checkLogin
()
{
return
}
let
vc
=
YHMySettingViewController
()
self
.
navigationController
?
.
pushViewController
(
vc
)
// let vc = YHOfficialApprovalResultVC()
// self?.navigationController?.pushViewController(vc) //for test hjl
}
view
.
evaluateBlock
=
{
[
weak
self
]
in
guard
let
self
=
self
else
{
return
}
...
...
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