Commit 0162142c authored by Steven杜宇's avatar Steven杜宇

// 公链转私链

parent 461b20e7
......@@ -224,7 +224,12 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData
}
} else if editType == .preview { // 预览
// 预览 contentItem
print(contentItem.url)
self.viewModel.getPublicImageUrl(contentItem.url) { success, error in
if let success = success {
self.previewFileTool.openXLSXRemoteFile(urlString: success)
}
}
}
}.show()
}
......
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