Commit 0579bab7 authored by lujunye's avatar lujunye

sadfasdf4vvasdfasdf

parent aa2ec297
......@@ -91,7 +91,10 @@ class DZSHViewController: BaseViewController, UITableViewDelegate, UITableViewDa
listView.mj_footer = footerMJ
listView.mj_header?.beginRefreshing()
}
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let vc = DZSH_Detail_ViewController()
self.navigationController?.pushViewController(vc, animated: true)
}
//MARK:--loadData
//MARK:--列表数据源
......
......@@ -46,7 +46,7 @@ class DZSH_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable
alterView.tag = 2
alterView.delegate = self
alterView.titleLbl.text = "请填写不通过原因"
alterView.placerLbl.text = "请填写不通过原因..."
alterView.placerLbl.text = "请填写不通过原因(必填)"
alterView.content = jing_ying_fan_wei_str
self.view.window?.addSubview(alterView)
break
......
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