Commit 9717c59d authored by Steven杜宇's avatar Steven杜宇

// 续签

parent 85a9be1f
......@@ -16,8 +16,8 @@ class YHResignFamilyMemberInfoCell: UITableViewCell {
self.relationLabel.text = model.info.getRelation()
self.nameLabel.text = model.info.name
self.pinyinLabel.text = "\(model.info.familyName) \(model.info.givenName)"
self.statusLabel.text = model.confirmStatus == 1 ? "已确认" : "待核对"
let textColor: UIColor = model.confirmStatus == 1 ? .init(hex: 0x3CC694) : .brandMainColor
self.statusLabel.text = model.confirmStatus == 2 ? "已确认" : "待核对"
let textColor: UIColor = model.confirmStatus == 2 ? .init(hex: 0x3CC694) : .brandMainColor
self.statusLabel.textColor = textColor
let img = UIImage(named: "family_info_status_arrow")?.withRenderingMode(.alwaysTemplate)
......
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