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

// 标题

parent e2ac144b
...@@ -501,7 +501,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource { ...@@ -501,7 +501,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource {
let items = [YHCertificateEditItem(type:.preview, title:"在线预览"), let items = [YHCertificateEditItem(type:.preview, title:"在线预览"),
YHCertificateEditItem(type:.sendEmail, title:"发送至邮箱"), YHCertificateEditItem(type:.sendEmail, title:"发送至邮箱"),
YHCertificateEditItem(type:.cancel, title:"取消")] YHCertificateEditItem(type:.cancel, title:"取消")]
YHCertificateEditSheetView.sheetView(items:items,sheetTitle: "请选择下载方式") { YHCertificateEditSheetView.sheetView(items:items,sheetTitle: "请选择获取方式") {
[weak self] editType in [weak self] editType in
guard let self = self else { return } guard let self = self else { 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