Commit d5939cd1 authored by David黄金龙's avatar David黄金龙

已提交 但不满足条件的 提示去掉

parent 3444362f
......@@ -104,7 +104,7 @@ class YHInformationPerfectListVC: YHBaseViewController {
}
override func backItemClick(_ sender: Any) {
if self.serviceCenterMainReqVM.informationFillStepModel?.step == 6 {
if self.serviceCenterMainReqVM.informationFillStepModel?.step == 6,!(self.serviceCenterMainReqVM.informationFillStepModel?.policy_switch ?? false) {
YHSubmitAllInfoCheckView.showCheckView(tipMsg: "你已填完所有信息,是否马上提交?") { agree in
if agree == true {
printLog("点击了 确认 按钮")
......@@ -126,7 +126,7 @@ class YHInformationPerfectListVC: YHBaseViewController {
override func navigationShouldPop() -> Bool {
//6-全部填完, 7-已提交
if self.serviceCenterMainReqVM.informationFillStepModel?.step == 6 {
if self.serviceCenterMainReqVM.informationFillStepModel?.step == 6,!(self.serviceCenterMainReqVM.informationFillStepModel?.policy_switch ?? false) {
YHSubmitAllInfoCheckView.showCheckView(tipMsg: "你已填完所有信息,是否马上提交?") { agree in
if agree == true {
printLog("点击了 确认 按钮")
......
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