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
f322a1ef
Commit
f322a1ef
authored
Mar 04, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 高才埋点
parent
f713000c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
YHServiceOrderListViewController.swift
.../OrderList(服务订单)/C/YHServiceOrderListViewController.swift
+5
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceOrderListViewController.swift
View file @
f322a1ef
...
@@ -276,23 +276,28 @@ class YHServiceOrderListViewController: YHBaseViewController {
...
@@ -276,23 +276,28 @@ class YHServiceOrderListViewController: YHBaseViewController {
// vc.orderId = orderId
// vc.orderId = orderId
// UIViewController.current?.navigationController?.pushViewController(vc)
// UIViewController.current?.navigationController?.pushViewController(vc)
YHAnalytics
.
track
(
"APP_high_end_Document_Service_MyInformation"
)
let
vc
=
YHInformationPerfectListVC
()
let
vc
=
YHInformationPerfectListVC
()
vc
.
orderId
=
orderId
vc
.
orderId
=
orderId
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
type
==
202
{
}
else
if
type
==
202
{
//高才我的方案
//高才我的方案
YHAnalytics
.
track
(
"APP_high_end_Document_Service_MyPlan"
)
let
vc
=
YHGCMineSchemeViewController
(
orderId
:
orderId
)
let
vc
=
YHGCMineSchemeViewController
(
orderId
:
orderId
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
type
==
203
{
}
else
if
type
==
203
{
//高才我的证件
//高才我的证件
YHAnalytics
.
track
(
"APP_high_end_Document_Service_MyCertificate"
)
let
vc
=
YHGCMineCertificateEntryViewController
()
let
vc
=
YHGCMineCertificateEntryViewController
()
vc
.
orderId
=
orderId
vc
.
orderId
=
orderId
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
type
==
204
{
}
else
if
type
==
204
{
//高才我的签字
//高才我的签字
YHAnalytics
.
track
(
"APP_high_end_Document_Service_MySignature"
)
let
vc
=
YHGCMySignatureListViewController
()
let
vc
=
YHGCMySignatureListViewController
()
vc
.
orderId
=
orderId
vc
.
orderId
=
orderId
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
UIViewController
.
current
?
.
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