Commit 9000af27 authored by Steven杜宇's avatar Steven杜宇

// 高才

parent 496f4fec
...@@ -77,7 +77,7 @@ class YHGCMyFileListViewController: YHBaseViewController { ...@@ -77,7 +77,7 @@ class YHGCMyFileListViewController: YHBaseViewController {
}() }()
lazy var bgImgView:UIImageView = { lazy var bgImgView:UIImageView = {
let bgView = UIImageView(image: UIImage(named: "my_filelist_bg")) let bgView = UIImageView(image: UIImage(named: "my_filelist_gc_bg"))
return bgView return bgView
}() }()
...@@ -244,7 +244,8 @@ class YHGCMyFileListViewController: YHBaseViewController { ...@@ -244,7 +244,8 @@ class YHGCMyFileListViewController: YHBaseViewController {
let textColor = UIColor.mainTextColor70 let textColor = UIColor.mainTextColor70
let countColor = UIColor.brandMainColor let countColor = UIColor.brandMainColor
let textFont = UIFont.PFSC_R(ofSize: 14) let textFont = UIFont.PFSC_R(ofSize: 14)
let countFont = UIFont.PFSC_B(ofSize: 16) let countFont = UIFont(name: "DINAlternate-Bold", size: 16)!
let a: ASAttributedString = .init("您有 ", .font(textFont),.foreground(textColor)) let a: ASAttributedString = .init("您有 ", .font(textFont),.foreground(textColor))
let b: ASAttributedString = .init(NSAttributedString(string: String(submitCount)), .font(countFont),.foreground(countColor)) let b: ASAttributedString = .init(NSAttributedString(string: String(submitCount)), .font(countFont),.foreground(countColor))
let c: ASAttributedString = .init(" 项待提交,", .font(textFont),.foreground(textColor)) let c: ASAttributedString = .init(" 项待提交,", .font(textFont),.foreground(textColor))
......
...@@ -124,7 +124,7 @@ class YHGCEducationInfoListVC: YHBaseViewController { ...@@ -124,7 +124,7 @@ class YHGCEducationInfoListVC: YHBaseViewController {
isDegreeEditMode = .none isDegreeEditMode = .none
} }
// 新增学历信息 // 新增学历信息
arr0.append(YHFormAddItem(type: .addEducation)) // arr0.append(YHFormAddItem(type: .addEducation))
items.append(arr0) items.append(arr0)
// 主申请人专业资格及会员资格 // 主申请人专业资格及会员资格
...@@ -316,7 +316,7 @@ extension YHGCEducationInfoListVC : UITableViewDelegate, UITableViewDataSource { ...@@ -316,7 +316,7 @@ extension YHGCEducationInfoListVC : UITableViewDelegate, UITableViewDataSource {
if let college = eduInfo.college, !college.isEmpty { if let college = eduInfo.college, !college.isEmpty {
cell.title = eduInfo.college cell.title = eduInfo.college
} else { } else {
cell.title = "学历标题".local cell.title = "学历".local
} }
let tips = String(format: "有%d项未填", eduInfo.vacantNum) let tips = String(format: "有%d项未填", eduInfo.vacantNum)
cell.detailLabel.text = tips cell.detailLabel.text = tips
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "待完善清单-头图背景@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "待完善清单-头图背景@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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