Commit d0c2c5f5 authored by Steven杜宇's avatar Steven杜宇

// 我的证书

parent 29c6cda5
...@@ -534,6 +534,9 @@ extension YHCertificateUploadSheetView: PHPickerViewControllerDelegate { ...@@ -534,6 +534,9 @@ extension YHCertificateUploadSheetView: PHPickerViewControllerDelegate {
picker.dismiss(animated: true, completion: nil) picker.dismiss(animated: true, completion: nil)
self.dismiss() self.dismiss()
if results.count <= 0 { // 取消的时候会调用到此处
return
}
let group = DispatchGroup() let group = DispatchGroup()
let queue = DispatchQueue.global() let queue = DispatchQueue.global()
......
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