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

// UI走查

parent b6026aea
......@@ -303,7 +303,7 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData
tipsLabel.font = UIFont.PFSC_R(ofSize:14)
tipsLabel.numberOfLines = 0
if !supplementInfo.templateInfo.description.isEmpty {
tipsLabel.text = "注意事项:\n \(supplementInfo.templateInfo.description)"
tipsLabel.text = "注意事项:\n\(supplementInfo.templateInfo.description)"
}
view.addSubview(tipsLabel)
......
......@@ -347,7 +347,7 @@ extension YHCertificateUploadSheetView: UITableViewDelegate, UITableViewDataSour
label.textAlignment = .left
label.font = UIFont.PFSC_R(ofSize:14)
label.numberOfLines = 0
label.text = "注意事项:\n \(desc)"
label.text = "注意事项:\n\(desc)"
view.addSubview(label)
label.snp.makeConstraints { make in
......
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