Commit 4057020c authored by Steven杜宇's avatar Steven杜宇

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents 1491c12d c52a2373
......@@ -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- 基本资料")
......
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