Commit 36f4f4a5 authored by pete谢兆麟's avatar pete谢兆麟

工作经验

parent e3f9ab7c
......@@ -255,6 +255,7 @@ class YHWorkExperienceViewController: YHBaseViewController {
self.isShowPrompt = true
tableView.reloadData()
YHHUD.flash(message: "至少需要新增一个职位")
bottom.nextButton.isEnabled = true
return
}
for item in self.viewModel.positionList {
......@@ -262,6 +263,7 @@ class YHWorkExperienceViewController: YHBaseViewController {
self.isShowPrompt = true
tableView.reloadData()
YHHUD.flash(message: "您的职位未全部填写完成,请先填写完成再提交")
bottom.nextButton.isEnabled = true
return
}
}
......
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