Commit 995cbd52 authored by Steven杜宇's avatar Steven杜宇

// 开启家庭成员校验

parent 727066a3
...@@ -118,15 +118,15 @@ class YHFamilyMemberInfoListVC: YHBaseViewController { ...@@ -118,15 +118,15 @@ class YHFamilyMemberInfoListVC: YHBaseViewController {
} }
@objc func didClickSubmitBtn() { @objc func didClickSubmitBtn() {
// let isChecked = checkIntegrity() let isChecked = checkIntegrity()
// isNeedShowError = !isChecked isNeedShowError = !isChecked
//
// self.tableView .reloadData() self.tableView .reloadData()
//
// if !isChecked { if !isChecked {
// YHHUD.flash(message: "资料还未填完") YHHUD.flash(message: "资料还未填完")
// return return
// } }
submit() submit()
} }
......
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