Commit 4929e229 authored by pete谢兆麟's avatar pete谢兆麟

120bug修复

parent bb71a00d
...@@ -127,7 +127,7 @@ class YHWorkExperienceListViewController: YHBaseViewController { ...@@ -127,7 +127,7 @@ class YHWorkExperienceListViewController: YHBaseViewController {
extension YHWorkExperienceListViewController: UITableViewDelegate, UITableViewDataSource { extension YHWorkExperienceListViewController: UITableViewDelegate, UITableViewDataSource {
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
if viewModel?.mainModel.has_work_time_empty == 0 && viewModel?.mainModel.has_work_time_overlap == 0 { if viewModel?.mainModel.has_work_time_overlap == 0 {
return 2 return 2
} }
return 3 return 3
......
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