Commit cc613731 authored by Steven杜宇's avatar Steven杜宇

// UI

parent c1185b68
......@@ -404,7 +404,7 @@ class YHPrincipleUploadStatusCell: UITableViewCell {
func getDetailText(type: Int) -> ASAttributedString {
if type == YHPrincipleAgreementType.agreement.rawValue {
let a: ASAttributedString = .init("请【下载模板】,填写信息,贵单位", .font(UIFont.PFSC_R(ofSize: 13)),.foreground(UIColor.mainTextColor))
let b: ASAttributedString = .init("签字盖章", .font(UIFont.PFSC_R(ofSize: 13)),.foreground(UIColor.brandMainColor))
let b: ASAttributedString = .init("签字盖章", .font(UIFont.PFSC_B(ofSize: 13)),.foreground(UIColor.brandMainColor))
let c: ASAttributedString = .init("后,拍照or扫描上传", .font(UIFont.PFSC_R(ofSize: 13)),.foreground(UIColor.mainTextColor))
return 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