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
ae429aaa
Commit
ae429aaa
authored
Sep 23, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 两处方法调用
parent
dde06952
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+1
-0
YHJsApi.swift
...galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
ae429aaa
...
@@ -331,6 +331,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
...
@@ -331,6 +331,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
if
let
param
=
YHLoginManager
.
shared
.
userModel
?
.
token
,
param
.
count
>
5
{
if
let
param
=
YHLoginManager
.
shared
.
userModel
?
.
token
,
param
.
count
>
5
{
printLog
(
param
)
printLog
(
param
)
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/report/program"
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/report/program"
// var url = "http://192.168.23.75:10300/" + "superAppBridge.html#/report/program" //贤宇的本地IP
//superAppBridge.html#/report/program?token=&batchID=1&order_id=151190
//superAppBridge.html#/report/program?token=&batchID=1&order_id=151190
url
=
url
+
"?param="
+
YHLoginManager
.
shared
.
h5Token
+
"&batchID=
\(
stepID
)
"
+
"&order_id=
\(
orderID
)
"
url
=
url
+
"?param="
+
YHLoginManager
.
shared
.
h5Token
+
"&batchID=
\(
stepID
)
"
+
"&order_id=
\(
orderID
)
"
...
...
galaxy/galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
View file @
ae429aaa
...
@@ -70,7 +70,7 @@ extension YHJsApi {
...
@@ -70,7 +70,7 @@ extension YHJsApi {
}
}
//7、跳转 首页-生活 tab
//7、跳转 首页-生活 tab
@objc
func
goHomeLifeTabSyn
()
{
@objc
func
goHomeLifeTabSyn
(
_
fake
:
Any
)
{
DispatchQueue
.
main
.
async
{
DispatchQueue
.
main
.
async
{
UIViewController
.
current
?
.
navigationController
?
.
popToRootViewController
(
animated
:
false
)
UIViewController
.
current
?
.
navigationController
?
.
popToRootViewController
(
animated
:
false
)
goTabBarBy
(
tabType
:
.
home
)
goTabBarBy
(
tabType
:
.
home
)
...
@@ -130,7 +130,7 @@ extension YHJsApi {
...
@@ -130,7 +130,7 @@ extension YHJsApi {
}
}
//5、返回App上一个界面
//5、返回App上一个界面
@objc
func
backToAppPreView
()
{
@objc
func
backToAppPreView
(
_
fake
:
Any
)
{
DispatchQueue
.
main
.
async
{
DispatchQueue
.
main
.
async
{
if
let
delegate
=
self
.
delegate
as?
YHH5WebViewVC
{
if
let
delegate
=
self
.
delegate
as?
YHH5WebViewVC
{
delegate
.
backToAppPreView
()
delegate
.
backToAppPreView
()
...
...
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