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
0b763b8e
Commit
0b763b8e
authored
Dec 23, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高才申请类别入口跳转
parent
4057020c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
6 deletions
+26
-6
YHInformationPerfectListVC.swift
...(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
+26
-6
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
View file @
0b763b8e
...
@@ -619,10 +619,12 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
...
@@ -619,10 +619,12 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
self
.
showTipsAlert
()
self
.
showTipsAlert
()
return
return
}
}
if
serviceCenterMainReqVM
.
myInfoFillStep
>
0
{
gotoApplyTypeVC
(
.
typeA
)
}
else
{
gotoApplyTypeVC
(
nil
)
}
//高A- 申请类别
//高A- 申请类别
YHHUD
.
flash
(
message
:
"高A- 申请类别"
)
}
else
if
tapIndex
==
1
{
}
else
if
tapIndex
==
1
{
//高A- 主申请人信息
//高A- 主申请人信息
// YHHUD.flash(message: "高A- 主申请人信息")
// YHHUD.flash(message: "高A- 主申请人信息")
...
@@ -659,10 +661,18 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
...
@@ -659,10 +661,18 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
self
.
showTipsAlert
()
self
.
showTipsAlert
()
return
return
}
}
if
serviceCenterMainReqVM
.
myInfoFillStep
>
0
{
var
type
:
YHGCApplicationType
=
.
typeB
if
productType
==
2
{
type
=
.
typeB
}
else
if
productType
==
3
{
type
=
.
typeC
}
gotoApplyTypeVC
(
type
)
}
else
{
gotoApplyTypeVC
(
nil
)
}
//高才BC- 申请类别
//高才BC- 申请类别
YHHUD
.
flash
(
message
:
"高才BC- 申请类别"
)
}
else
if
tapIndex
==
1
{
}
else
if
tapIndex
==
1
{
//高才BC- 主申请人信息
//高才BC- 主申请人信息
// YHHUD.flash(message: "高才BC- 主申请人信息")
// YHHUD.flash(message: "高才BC- 主申请人信息")
...
@@ -699,4 +709,14 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
...
@@ -699,4 +709,14 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
}
}
}
}
}
}
private
func
gotoApplyTypeVC
(
_
type
:
YHGCApplicationType
?)
{
if
let
type
=
type
{
let
ctl
=
YHGCApplicationTypeResultController
(
type
:
type
)
navigationController
?
.
pushViewController
(
ctl
)
}
else
{
let
ctl
=
YHGCApplicationTypeController
(
orderId
:
orderId
??
0
)
navigationController
?
.
pushViewController
(
ctl
)
}
}
}
}
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