Commit 936fc025 authored by David黄金龙's avatar David黄金龙

修改一处字段

parent 4a7edf83
...@@ -95,12 +95,11 @@ extension YHMyDocumentsListViewController { ...@@ -95,12 +95,11 @@ extension YHMyDocumentsListViewController {
var tag = true var tag = true
for item in arr { for item in arr {
if item.doc_send.contains(".pdf",caseSensitive: false) == false { if item.sign_doc.doc_send.contains(".pdf",caseSensitive: false) == false {
tag = false tag = false
break break
} }
} }
self.canSendEmailFlag = tag self.canSendEmailFlag = tag
self.tableView.reloadData() self.tableView.reloadData()
}) })
......
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