Commit dabb250f authored by David黄金龙's avatar David黄金龙

处理一处 UI 展示的bug

parent 75193ea1
...@@ -151,7 +151,7 @@ extension YHInformationPerfectCell { ...@@ -151,7 +151,7 @@ extension YHInformationPerfectCell {
if dataModel?.isLastestCell == true { if dataModel?.isLastestCell == true {
bottomImagV.isHidden = true bottomImagV.isHidden = true
} else { } else {
bottomImagV.isHidden = false
if dataModel?.isFinished == true { if dataModel?.isFinished == true {
bottomImagV.image = UIImage(named: "top_image") bottomImagV.image = UIImage(named: "top_image")
} else { } else {
......
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