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
fbb41f1f
Commit
fbb41f1f
authored
Apr 17, 2024
by
Steven杜宇
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into develop
parents
148529d6
885606db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Applegate(JPush).swift
galaxy/galaxy/Applegate(JPush).swift
+6
-0
YHStartPageViewController.swift
...lasses/Modules/Home(首页)/C/YHStartPageViewController.swift
+0
-2
No files found.
galaxy/galaxy/Applegate(JPush).swift
View file @
fbb41f1f
...
@@ -55,6 +55,9 @@ extension AppDelegate: JPUSHRegisterDelegate {
...
@@ -55,6 +55,9 @@ extension AppDelegate: JPUSHRegisterDelegate {
// 转换到消息tab
// 转换到消息tab
YHLoginManager
.
shared
.
needJumpToMsgTabFlag
=
true
YHLoginManager
.
shared
.
needJumpToMsgTabFlag
=
true
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.25
,
execute
:
{
goTabBarBy
(
tabType
:
.
message
)
})
}
}
...
@@ -87,6 +90,9 @@ extension AppDelegate: JPUSHRegisterDelegate {
...
@@ -87,6 +90,9 @@ extension AppDelegate: JPUSHRegisterDelegate {
// 转换到消息tab
// 转换到消息tab
YHLoginManager
.
shared
.
needJumpToMsgTabFlag
=
true
YHLoginManager
.
shared
.
needJumpToMsgTabFlag
=
true
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.25
,
execute
:
{
goTabBarBy
(
tabType
:
.
message
)
})
}
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHStartPageViewController.swift
View file @
fbb41f1f
...
@@ -174,8 +174,6 @@ private extension YHStartPageViewController {
...
@@ -174,8 +174,6 @@ private extension YHStartPageViewController {
window
?
.
rootViewController
=
tabBarController
window
?
.
rootViewController
=
tabBarController
window
?
.
makeKeyAndVisible
()
window
?
.
makeKeyAndVisible
()
YHLoginManager
.
shared
.
needJumpToMsgTabFlag
=
true
//for test hjl
if
YHLoginManager
.
shared
.
needJumpToMsgTabFlag
{
if
YHLoginManager
.
shared
.
needJumpToMsgTabFlag
{
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.25
,
execute
:
{
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.25
,
execute
:
{
goTabBarBy
(
tabType
:
.
message
)
goTabBarBy
(
tabType
:
.
message
)
...
...
pete谢兆麟
@pete
mentioned in commit
90e2798c
·
Apr 17, 2024
mentioned in commit
90e2798c
mentioned in commit 90e2798c70731002732ae488cdb04b8010b0565c
Toggle commit list
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