Commit c52a2373 authored by pete谢兆麟's avatar pete谢兆麟

主申请人信息提交

parent dcf24771
...@@ -625,8 +625,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource ...@@ -625,8 +625,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
} else if tapIndex == 1 { } else if tapIndex == 1 {
//高A- 主申请人信息 //高A- 主申请人信息
YHHUD.flash(message: "高A- 主申请人信息") // YHHUD.flash(message: "高A- 主申请人信息")
let vc = YHGCMainApplicantInformationViewController()
vc.orderId = orderId ?? 0
navigationController?.pushViewController(vc)
} else if tapIndex == 2 { } else if tapIndex == 2 {
//高A- 家庭成员信息 //高A- 家庭成员信息
YHHUD.flash(message: "高A- 家庭成员信息") YHHUD.flash(message: "高A- 家庭成员信息")
...@@ -660,8 +662,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource ...@@ -660,8 +662,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
} else if tapIndex == 1 { } else if tapIndex == 1 {
//高才BC- 主申请人信息 //高才BC- 主申请人信息
YHHUD.flash(message: "高才BC- 主申请人信息") // YHHUD.flash(message: "高才BC- 主申请人信息")
let vc = YHGCMainApplicantInformationViewController()
vc.orderId = orderId ?? 0
navigationController?.pushViewController(vc)
} else if tapIndex == 2 { } else if tapIndex == 2 {
//高才BC- 家庭成员信息 //高才BC- 家庭成员信息
YHHUD.flash(message: "高才BC- 家庭成员信息") YHHUD.flash(message: "高才BC- 家庭成员信息")
...@@ -672,7 +676,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource ...@@ -672,7 +676,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
} else if tapIndex == 4 { } else if tapIndex == 4 {
//高才BC- 工作经验 //高才BC- 工作经验
YHHUD.flash(message: "高才BC- 工作经验") // YHHUD.flash(message: "高才BC- 工作经验")
let vc = YHGCWorkExperienceListViewController()
vc.orderId = orderId ?? 0
navigationController?.pushViewController(vc)
} else if tapIndex == 5 { } else if tapIndex == 5 {
//高才BC- 基本资料 //高才BC- 基本资料
YHHUD.flash(message: "高才BC- 基本资料") YHHUD.flash(message: "高才BC- 基本资料")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment