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
5883b7b6
Commit
5883b7b6
authored
Apr 08, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'plan' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into plan
parents
7b435ffb
5670a7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
YHSurveyMatchResultViewController.swift
...odules/Plan(方案)/C/YHSurveyMatchResultViewController.swift
+8
-2
No files found.
galaxy/galaxy/Classes/Modules/Plan(方案)/C/YHSurveyMatchResultViewController.swift
View file @
5883b7b6
...
...
@@ -164,8 +164,14 @@ class YHSurveyMatchResultViewController: YHBaseViewController {
@objc
private
func
matchButtonClicked
()
{
if
pageType
==
.
success
{
let
vc
=
YHPlanViewController
()
navigationController
?
.
pushViewController
(
vc
)
guard
let
navigationController
=
self
.
navigationController
else
{
return
}
let
ctl
=
YHPlanViewController
()
ctl
.
hidesBottomBarWhenPushed
=
true
var
viewControllers
=
Array
(
navigationController
.
viewControllers
.
prefix
(
1
))
viewControllers
.
append
(
ctl
)
navigationController
.
setViewControllers
(
viewControllers
,
animated
:
true
)
}
else
{
matchAgainEvent
?()
navigationController
?
.
popViewController
()
...
...
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