Commit 2da3d13a authored by Steven杜宇's avatar Steven杜宇

// 原则批

parent b8fdc8bd
...@@ -419,7 +419,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource { ...@@ -419,7 +419,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource {
[weak self] selectModel in [weak self] selectModel in
guard let self = self else { return } guard let self = self else { return }
if model.content_url.count >= 10 { if model.content_url.count >= 10 {
YHHUD.flash(message: "最多传10张照片或文件") YHHUD.flash(message: "最多传10张照片或文件")
return return
} }
self.showSelectImageAndFileView(model) self.showSelectImageAndFileView(model)
......
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