Commit 264efe34 authored by Steven杜宇's avatar Steven杜宇

// 证件上传

parent 51610219
...@@ -460,6 +460,10 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData ...@@ -460,6 +460,10 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData
make.bottom.equalToSuperview().offset(-15) make.bottom.equalToSuperview().offset(-15)
} }
if supplementInfo.checkStatus != YHCertificateUploadStatus.rejected.rawValue {
return view
}
if supplementInfo.auditContent.isEmpty { // 无驳回理由 if supplementInfo.auditContent.isEmpty { // 无驳回理由
return view return view
} }
......
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