Commit 56c22534 authored by Steven杜宇's avatar Steven杜宇

// 学历

parent 6d485f98
...@@ -43,7 +43,7 @@ class YHEducationCertificateConfirmCell: UITableViewCell { ...@@ -43,7 +43,7 @@ class YHEducationCertificateConfirmCell: UITableViewCell {
} }
if let isSelectTrue = isSelectTrue { // 进行过选择 if let isSelectTrue = isSelectTrue { // 进行过选择
if isSelectTrue == false { if isSelectTrue == false {
let a: ASAttributedString = .init("若不能提供以上证明材料,将导致您的该收入", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.init(hex: 0x8993A2))) let a: ASAttributedString = .init("若不能提供以上证明材料,将导致您的该学历", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.init(hex: 0x8993A2)))
let b: ASAttributedString = .init("不被认可不予加分", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.failColor)) let b: ASAttributedString = .init("不被认可不予加分", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.failColor))
let c: ASAttributedString = .init(",请尽可能准备以上材料并修改此选项。", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.init(hex: 0x8993A2))) let c: ASAttributedString = .init(",请尽可能准备以上材料并修改此选项。", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.init(hex: 0x8993A2)))
tipsLabel.attributed.text = a+b+c tipsLabel.attributed.text = a+b+c
......
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