Commit 7ecd998f authored by Steven杜宇's avatar Steven杜宇

// 原则批

parent 06c36781
...@@ -384,7 +384,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource { ...@@ -384,7 +384,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource {
let cell = tableView.dequeueReusableCell(withIdentifier: YHPrincipleUploadStatusCell.cellReuseIdentifier, for: indexPath) as! YHPrincipleUploadStatusCell let cell = tableView.dequeueReusableCell(withIdentifier: YHPrincipleUploadStatusCell.cellReuseIdentifier, for: indexPath) as! YHPrincipleUploadStatusCell
let model = m as! YHPrincipleAgreementModel let model = m as! YHPrincipleAgreementModel
if isNeedShowSubmitCheckError, model.content_url.count <= 0 { if isNeedShowSubmitCheckError, model.isMust == true, model.content_url.count <= 0 {
model.isShowRedTips = true model.isShowRedTips = true
} else { } else {
model.isShowRedTips = false model.isShowRedTips = false
......
...@@ -441,7 +441,7 @@ class YHPrincipleUploadStatusCell: UITableViewCell { ...@@ -441,7 +441,7 @@ class YHPrincipleUploadStatusCell: UITableViewCell {
return "请上传申请人意见访问" return "请上传申请人意见访问"
} }
if type == YHPrincipleAgreementType.other.rawValue { if type == YHPrincipleAgreementType.other.rawValue {
return "" return "请上传其他证明材料"
} }
return "" return ""
} }
......
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