Commit d96d357f authored by Alex朱枝文's avatar Alex朱枝文

续签文书管理代码优化

parent 81554b65
......@@ -288,7 +288,7 @@ extension YHResignDocumentDetailViewController: UITableViewDelegate, UITableView
} else if editType == .delete { // 删除
//
} else if editType == .preview { // 预览
guard let url = URL(string: urlStr) else {
guard URL(string: urlStr) != nil else {
return
}
YHHUD.show(.progress(message: ""))
......
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