Commit 04c5c46c authored by 刘俊宏's avatar 刘俊宏

同上

parent 3d648ce3
......@@ -73,13 +73,14 @@ class WorkItemTableViewCell: UITableViewCell , UICollectionViewDelegate, UIColle
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "WorkItemCollectionViewCell",
for: indexPath) as! WorkItemCollectionViewCell
cell.bgImV.image = UIImage.init(named: "")
cell.bgImV.isHidden = true
//常用功能无数据处理
if dataIndexSection == 1 && itemArrs.count == 0{
cell.itemImgV.image = UIImage.init(named: "workshangchuan")
cell.bgImV.image = UIImage.init(named: "workkuang")
cell.itemNameLbl.text = "添加"
cell.bgImV.isHidden = false
return cell
}
......
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