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
12009c47
Commit
12009c47
authored
Feb 27, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳七鱼的增加loading
parent
67723368
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
0 deletions
+10
-0
YHCommunityViewController.swift
...s/Modules/Community(社区)/C/YHCommunityViewController.swift
+2
-0
YHServiceCenterViewController.swift
...中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
+2
-0
YHJsApi.swift
...galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
+2
-0
YHMyNewViewController.swift
...xy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
+2
-0
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+2
-0
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/C/YHCommunityViewController.swift
View file @
12009c47
...
@@ -372,7 +372,9 @@ extension YHCommunityViewController {
...
@@ -372,7 +372,9 @@ extension YHCommunityViewController {
return
return
}
}
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHHUD
.
hide
()
})
})
}
}
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
View file @
12009c47
...
@@ -615,7 +615,9 @@ extension YHServiceCenterViewController {
...
@@ -615,7 +615,9 @@ extension YHServiceCenterViewController {
return
return
}
}
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHHUD
.
hide
()
})
})
}
}
}
}
galaxy/galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
View file @
12009c47
...
@@ -798,7 +798,9 @@ extension YHJsApi {
...
@@ -798,7 +798,9 @@ extension YHJsApi {
guard
let
userId
=
YHLoginManager
.
shared
.
userModel
?
.
id
,
userId
.
count
>
0
,
let
navigationController
=
UIViewController
.
current
?
.
navigationController
else
{
guard
let
userId
=
YHLoginManager
.
shared
.
userModel
?
.
id
,
userId
.
count
>
0
,
let
navigationController
=
UIViewController
.
current
?
.
navigationController
else
{
return
return
}
}
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHHUD
.
hide
()
})
})
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
View file @
12009c47
...
@@ -570,7 +570,9 @@ extension YHMyNewViewController {
...
@@ -570,7 +570,9 @@ extension YHMyNewViewController {
return
return
}
}
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHHUD
.
hide
()
})
})
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
12009c47
...
@@ -610,7 +610,9 @@ extension YHMyViewController {
...
@@ -610,7 +610,9 @@ extension YHMyViewController {
return
return
}
}
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
//YHAnalytics.track("APP_HomeTab_IntelligentAssistant")
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHButlerServiceManager
.
shared
.
gotoButlerServiceSessionVC
(
navigationController
:
navigationController
,
completion
:
{
_
in
YHHUD
.
hide
()
})
})
}
}
}
}
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