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

还原一处代码

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