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

// 续期资料管理

parent e453c5ab
...@@ -338,7 +338,7 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource { ...@@ -338,7 +338,7 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
tipsLabel.font = UIFont.PFSC_R(ofSize:14) tipsLabel.font = UIFont.PFSC_R(ofSize:14)
tipsLabel.numberOfLines = 0 tipsLabel.numberOfLines = 0
if !self.templateModel.remark.isEmpty { if !self.templateModel.remark.isEmpty {
tipsLabel.text = "注意事项:\n\(self.templateModel.remark)" tipsLabel.text = "注意事项\(self.templateModel.remark)"
} }
view.addSubview(tipsLabel) view.addSubview(tipsLabel)
...@@ -399,7 +399,7 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource { ...@@ -399,7 +399,7 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
let tipsLabel = UILabel() let tipsLabel = UILabel()
tipsLabel.textColor = .labelTextColor2 tipsLabel.textColor = .labelTextColor2
tipsLabel.font = UIFont.PFSC_R(ofSize:12) tipsLabel.font = UIFont.PFSC_R(ofSize:14)
tipsLabel.textAlignment = .left tipsLabel.textAlignment = .left
tipsLabel.numberOfLines = 0 tipsLabel.numberOfLines = 0
tipsLabel.text = "支持的文件格式为jpg/jpeg、png、doc/docx、pptx、pdf,最多可上传99张图片或文件" tipsLabel.text = "支持的文件格式为jpg/jpeg、png、doc/docx、pptx、pdf,最多可上传99张图片或文件"
......
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