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
4057020c
Commit
4057020c
authored
Dec 23, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into develop
parents
1491c12d
c52a2373
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
YHInformationPerfectListVC.swift
...(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
+12
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
View file @
4057020c
...
...
@@ -625,8 +625,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
}
else
if
tapIndex
==
1
{
//高A- 主申请人信息
YHHUD
.
flash
(
message
:
"高A- 主申请人信息"
)
// YHHUD.flash(message: "高A- 主申请人信息")
let
vc
=
YHGCMainApplicantInformationViewController
()
vc
.
orderId
=
orderId
??
0
navigationController
?
.
pushViewController
(
vc
)
}
else
if
tapIndex
==
2
{
//高A- 家庭成员信息
YHHUD
.
flash
(
message
:
"高A- 家庭成员信息"
)
...
...
@@ -663,8 +665,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
}
else
if
tapIndex
==
1
{
//高才BC- 主申请人信息
YHHUD
.
flash
(
message
:
"高才BC- 主申请人信息"
)
// YHHUD.flash(message: "高才BC- 主申请人信息")
let
vc
=
YHGCMainApplicantInformationViewController
()
vc
.
orderId
=
orderId
??
0
navigationController
?
.
pushViewController
(
vc
)
}
else
if
tapIndex
==
2
{
//高才BC- 家庭成员信息
YHHUD
.
flash
(
message
:
"高才BC- 家庭成员信息"
)
...
...
@@ -681,7 +685,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
}
else
if
tapIndex
==
4
{
//高才BC- 工作经验
YHHUD
.
flash
(
message
:
"高才BC- 工作经验"
)
// YHHUD.flash(message: "高才BC- 工作经验")
let
vc
=
YHGCWorkExperienceListViewController
()
vc
.
orderId
=
orderId
??
0
navigationController
?
.
pushViewController
(
vc
)
}
else
if
tapIndex
==
5
{
//高才BC- 基本资料
YHHUD
.
flash
(
message
:
"高才BC- 基本资料"
)
...
...
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