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

// 我的证件

parent 9d8c25d0
...@@ -312,7 +312,7 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData ...@@ -312,7 +312,7 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
if indexPath.section == 0 { if indexPath.section == 0 {
return 82.0 return 77.0
} }
return UITableView.automaticDimension return UITableView.automaticDimension
} }
...@@ -417,7 +417,7 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData ...@@ -417,7 +417,7 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData
tipsLabel.textAlignment = .left tipsLabel.textAlignment = .left
tipsLabel.numberOfLines = 0 tipsLabel.numberOfLines = 0
if !supplementInfo.auditContent.isEmpty { if !supplementInfo.auditContent.isEmpty {
tipsLabel.text = "被驳回原因: \(supplementInfo.auditContent)" tipsLabel.text = "被驳回原因: " + supplementInfo.auditContent
} else { } else {
tipsLabel.text = "" tipsLabel.text = ""
} }
......
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