Commit 0a92370f authored by lujunye's avatar lujunye

数量显示

parent 85508782
......@@ -488,6 +488,7 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat
self.datas.forEach { (model) in
self.selectItem.append(model.sku_id!)
}
self.all_select_btn.setTitle(" 全选(已选 " + StringByInt(number: self.selectItem.count) + " 件商品)", for: .normal)
}
self.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