Commit 26430d3f authored by pete谢兆麟's avatar pete谢兆麟

新增受养人 已完成

parent 8a7c2dec
...@@ -193,7 +193,7 @@ class YHAdopterCardTableViewCell: UITableViewCell { ...@@ -193,7 +193,7 @@ class YHAdopterCardTableViewCell: UITableViewCell {
moreButton.setImage(UIImage(named: "service_adopter_income_fail"), for: .normal) moreButton.setImage(UIImage(named: "service_adopter_income_fail"), for: .normal)
} }
if data.status == 3 { if data.status == 3 {
moreButton.setTitle("已通过", for: .normal) moreButton.setTitle("已完成", for: .normal)
moreButton.setTitleColor(UIColor(hex: 0x3cc694), for: .normal) moreButton.setTitleColor(UIColor(hex: 0x3cc694), for: .normal)
moreButton.setImage(UIImage(named: "service_adopter_income_success"), for: .normal) moreButton.setImage(UIImage(named: "service_adopter_income_success"), for: .normal)
} }
......
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