Commit 5932b124 authored by David黄金龙's avatar David黄金龙

还原一处代码

parent acbe0f69
......@@ -150,10 +150,10 @@ extension YHInformationPerfectListVC {
self.homeTableView.reloadData()
if self.serviceCenterMainReqVM.informationFillStepModel?.sweet_notify_status == 0 {
self.showTipsAlert()
return
}
// if self.serviceCenterMainReqVM.informationFillStepModel?.sweet_notify_status == 0 {
// self.showTipsAlert()
// return
// }
}
}
......@@ -428,10 +428,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
if tapIndex == 0 {
// if self.serviceCenterMainReqVM.informationFillStepModel?.sweet_notify_status == 0 {
// self.showTipsAlert()
// return
// }
if self.serviceCenterMainReqVM.informationFillStepModel?.sweet_notify_status == 0 {
self.showTipsAlert()
return
}
//主申请人信息
let vc = YHMainApplicantInformationViewController()
vc.orderId = orderId ?? 0
......
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