Commit cb14b04d authored by Steven杜宇's avatar Steven杜宇

// 高才

parent dead7bbc
...@@ -310,10 +310,18 @@ extension YHInformationPerfectListVC { ...@@ -310,10 +310,18 @@ extension YHInformationPerfectListVC {
navigationController?.pushViewController(vc) navigationController?.pushViewController(vc)
} else if serviceCenterMainReqVM.application_type == 1 || serviceCenterMainReqVM.application_type == 2 || serviceCenterMainReqVM.application_type == 3 { // 高才ABC } else if serviceCenterMainReqVM.application_type == 1 || serviceCenterMainReqVM.application_type == 2 || serviceCenterMainReqVM.application_type == 3 { // 高才ABC
var selectIndex = 0
if index == 0 || index == 1 {
selectIndex = 0
} else {
selectIndex = index-1
}
let vc = YHGCPreviewMainViewController() let vc = YHGCPreviewMainViewController()
vc.productType = serviceCenterMainReqVM.application_type vc.productType = serviceCenterMainReqVM.application_type
vc.orderId = orderId vc.orderId = orderId
vc.myDefaultIndex = index vc.myDefaultIndex = selectIndex
navigationController?.pushViewController(vc) navigationController?.pushViewController(vc)
} }
......
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