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

修改一处字段

parent 4a7edf83
......@@ -95,12 +95,11 @@ extension YHMyDocumentsListViewController {
var tag = true
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
break
}
}
self.canSendEmailFlag = tag
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