Commit 817b7fc5 authored by David黄金龙's avatar David黄金龙

完善一处 UI逻辑

parent 8e5c89a3
...@@ -122,8 +122,8 @@ private extension YHMyDocListHeaderView { ...@@ -122,8 +122,8 @@ private extension YHMyDocListHeaderView {
allDownLoadButton.isHidden = true allDownLoadButton.isHidden = true
cancelButton.isHidden = false cancelButton.isHidden = false
} else if type == .cancel { } else if type == .cancel {
allDownLoadButton.isHidden = true allDownLoadButton.isHidden = false
cancelButton.isHidden = false cancelButton.isHidden = true
} }
} }
......
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