Commit 8f2ba4e5 authored by lujunye's avatar lujunye

asdfasdfasdfasdf4343245

parent aec33c11
...@@ -133,6 +133,7 @@ class DZSH_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable ...@@ -133,6 +133,7 @@ class DZSH_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable
if indexPath.row == 6 { if indexPath.row == 6 {
let cell = tableView.dequeueReusableCell(withIdentifier: "DZSH_UPLOAD_IMG_CELL") as! DZSH_UPLOAD_IMG_CELL let cell = tableView.dequeueReusableCell(withIdentifier: "DZSH_UPLOAD_IMG_CELL") as! DZSH_UPLOAD_IMG_CELL
cell.nameLbl.text = part1[indexPath.row] cell.nameLbl.text = part1[indexPath.row]
cell.bottom_lbl.isHidden = false
return cell return cell
} }
case 1: case 1:
......
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