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

// 我的证件

parent 0b5b04b9
......@@ -303,7 +303,7 @@ extension YHCertificateListVC {
guard let supplementInfo = supplementInfo else { return }
let sheetView = YHCertificateUploadSheetView.sheetView
let sheetView = YHCertificateUploadSheetView.sheetView()
sheetView.templateInfo = supplementInfo.templateInfo
sheetView.clickTemplateBlock = {
[weak self] path in
......
......@@ -319,7 +319,7 @@ extension YHCertificateSearchViewController {
guard let supplementInfo = supplementInfo else { return }
let sheetView = YHCertificateUploadSheetView.sheetView
let sheetView = YHCertificateUploadSheetView.sheetView()
sheetView.templateInfo = supplementInfo.templateInfo
sheetView.clickTemplateBlock = {
[weak self] path in
......
......@@ -8,7 +8,7 @@
/*
【Usage】
YHCertificateUploadSheetView.sheetView.show {
YHCertificateUploadSheetView.sheetView().show {
[weak self] actionType in
guard let self = self else { return }
print("%d", actionType.rawValue)
......
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