Commit f3798cad authored by lujunye's avatar lujunye

补充逻辑3.0

parent 3898fff5
...@@ -124,6 +124,7 @@ class GLAlertTbAddView: UIView,UITableViewDelegate,UITableViewDataSource,GLAlert ...@@ -124,6 +124,7 @@ class GLAlertTbAddView: UIView,UITableViewDelegate,UITableViewDataSource,GLAlert
cell.selectBtn.isSelected = false cell.selectBtn.isSelected = false
} }
} }
return cell return cell
} }
......
...@@ -315,6 +315,10 @@ class GYS_FX_Product_VC: BaseViewController,UITableViewDelegate,UITableViewDataS ...@@ -315,6 +315,10 @@ class GYS_FX_Product_VC: BaseViewController,UITableViewDelegate,UITableViewDataS
cell.is_center_select = true cell.is_center_select = true
let model = centersArr[indexPath.row] let model = centersArr[indexPath.row]
cell.titleLbl.text = model.shop_name cell.titleLbl.text = model.shop_name
cell.selectBtn.isSelected = false
if shop_id == model.shop_id {
cell.selectBtn.isSelected = true
}
return cell return cell
} }
} }
...@@ -345,7 +349,6 @@ class GYS_FX_Product_VC: BaseViewController,UITableViewDelegate,UITableViewDataS ...@@ -345,7 +349,6 @@ class GYS_FX_Product_VC: BaseViewController,UITableViewDelegate,UITableViewDataS
center_Name_Lbl.text = model.shop_name center_Name_Lbl.text = model.shop_name
shop_id = model.shop_id! shop_id = model.shop_id!
home_list_tbv.mj_header?.beginRefreshing() home_list_tbv.mj_header?.beginRefreshing()
// home_list_tbv.reloadData()
} }
} }
/* /*
......
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