Commit 1491c12d authored by Steven杜宇's avatar Steven杜宇

// 高才

parent dcf24771
...@@ -630,6 +630,9 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource ...@@ -630,6 +630,9 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
} else if tapIndex == 2 { } else if tapIndex == 2 {
//高A- 家庭成员信息 //高A- 家庭成员信息
YHHUD.flash(message: "高A- 家庭成员信息") YHHUD.flash(message: "高A- 家庭成员信息")
let vc = YHGCFamilyMemberInfoListVC(orderId: orderId ?? 0)
vc.orderId = orderId ?? 0
navigationController?.pushViewController(vc)
} else if tapIndex == 3 { } else if tapIndex == 3 {
//高A- 收入记录/工作经验 //高A- 收入记录/工作经验
...@@ -665,10 +668,16 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource ...@@ -665,10 +668,16 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
} else if tapIndex == 2 { } else if tapIndex == 2 {
//高才BC- 家庭成员信息 //高才BC- 家庭成员信息
YHHUD.flash(message: "高才BC- 家庭成员信息") YHHUD.flash(message: "高才BC- 家庭成员信息")
let vc = YHGCFamilyMemberInfoListVC(orderId: orderId ?? 0)
vc.orderId = orderId ?? 0
navigationController?.pushViewController(vc)
} else if tapIndex == 3 { } else if tapIndex == 3 {
//高才BC- 学历资格 //高才BC- 学历资格
YHHUD.flash(message: "高才BC- 学历资格") YHHUD.flash(message: "高才BC- 学历资格")
let vc = YHGCEducationInfoListVC()
vc.orderId = orderId ?? 0
navigationController?.pushViewController(vc)
} else if tapIndex == 4 { } else if tapIndex == 4 {
//高才BC- 工作经验 //高才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