Commit 2f4080db authored by Steven杜宇's avatar Steven杜宇

// FIX BUG

parent 94401b3d
......@@ -577,7 +577,7 @@ extension YHHomeHoldViewPageViewController : UITabBarControllerDelegate {
guard let index = tabBarController.viewControllers?.firstIndex(of: viewController) else {
return false
}
if index == 1 || index == 3 { // 点击服务tab或社区tab
if index == 1 || index == 3 || index == 4 { // 点击服务tab或社区tab或我的页面
if YHLoginManager.shared.isLogin() {
return true
} else {
......
......@@ -717,14 +717,14 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
navigationController?.pushViewController(vc)
} else if tapIndex == 2 {
//高才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 {
//高才BC- 学历资格
YHHUD.flash(message: "高才BC- 学历资格")
// YHHUD.flash(message: "高才BC- 学历资格")
let vc = YHGCEducationInfoListVC()
vc.orderId = orderId ?? 0
navigationController?.pushViewController(vc)
......@@ -742,7 +742,7 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
navigationController?.pushViewController(ctl)
}
else {
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