Commit 1f2e9216 authored by Alex朱枝文's avatar Alex朱枝文

文书逻辑重新调整,以及接口调试

parent 9a508c05
......@@ -63,7 +63,7 @@ class YHFilePreviewTool: NSObject {
}
DispatchQueue.main.async { [weak self] in
guard let self = self, let presentingVC = self.targetVC else {
guard let self = self, self.targetVC != nil else {
printLog("Target view controller is not available")
return
}
......
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