Commit cdd6ad37 authored by pete谢兆麟's avatar pete谢兆麟

提示语添加

parent 4b5507dc
......@@ -561,7 +561,7 @@ class YHWorkExperienceItemView: UIView {
arrData.append(model)
}
if arrData.count == 0 {
YHHUD.flash(message: "没有在职公司!")
YHHUD.flash(message: "请确认工作经验中您是否已填写在职公司")
return
}
YHOtherPickerView.show(type: .myCompany, selectTitle: self.dataSource?.message ?? "", arrData) {[weak self] data in
......
......@@ -498,7 +498,7 @@ extension YHGCIncomeRecordViewController: UITableViewDelegate, UITableViewDataSo
$0.departure_time == "至今"
}
if employments.count == 0 {
YHHUD.flash(message: "没有在职公司!")
YHHUD.flash(message: "请确认工作经验中您是否已填写在职公司")
return
}
let selectedId = viewModel.mainModel.consent_work_id > 0 ? viewModel.mainModel.consent_work_id : nil
......
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