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

处理 2处bug

parent dffa7432
...@@ -132,7 +132,9 @@ class YHInformationPerfectListVC: YHBaseViewController { ...@@ -132,7 +132,9 @@ class YHInformationPerfectListVC: YHBaseViewController {
self.submitAllInfo() self.submitAllInfo()
} else { } else {
printLog("点击了 取消 按钮") } printLog("点击了 取消 按钮")
self.navigationController?.popViewController()
}
} }
return false return false
...@@ -205,7 +207,7 @@ extension YHInformationPerfectListVC { ...@@ -205,7 +207,7 @@ extension YHInformationPerfectListVC {
self.submitBtn.isEnabled = false self.submitBtn.isEnabled = false
} }
} }
self.checkSubmitTips() // self.checkSubmitTips()
} }
self.homeTableView.reloadData() self.homeTableView.reloadData()
} }
......
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