Commit aa2ec297 authored by lujunye's avatar lujunye

sdfasdfasdfasdfa34213uuy

parent da3bcd86
......@@ -232,6 +232,9 @@ class DZSH_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable
return UIView()
}
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
if section == 3 {
return 1
}
return 5
}
//MARK: - 不通过原因
......
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