Commit 6edee1cd authored by Steven杜宇's avatar Steven杜宇

// 家庭

parent 4e33dbdd
...@@ -20,8 +20,9 @@ class YHFamilyMemberInfoCell: UITableViewCell { ...@@ -20,8 +20,9 @@ class YHFamilyMemberInfoCell: UITableViewCell {
let textColor: UIColor = model.confirmStatus == 1 ? .brandMainColor : .init(hex: 0x3CC694) let textColor: UIColor = model.confirmStatus == 1 ? .brandMainColor : .init(hex: 0x3CC694)
self.statusLabel.textColor = textColor self.statusLabel.textColor = textColor
let img = UIImage(named: "family_info_status_arrow")?.withRenderingMode(.alwaysTemplate).withTintColor(textColor) let img = UIImage(named: "family_info_status_arrow")?.withRenderingMode(.alwaysTemplate)
self.arrowImgView.image = img self.arrowImgView.image = img
self.arrowImgView.tintColor = textColor
} }
lazy var lineView: UIView = { lazy var lineView: UIView = {
......
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