Commit 60603b6e authored by Steven杜宇's avatar Steven杜宇

// 方案

parent ed6af8f8
...@@ -162,6 +162,7 @@ extension YHImproveSchemeTemplateListView : UITableViewDelegate, UITableViewData ...@@ -162,6 +162,7 @@ extension YHImproveSchemeTemplateListView : UITableViewDelegate, UITableViewData
cell.model = item cell.model = item
cell.clickBlock = { cell.clickBlock = {
[weak self] model in [weak self] model in
guard let self = self else { return }
if !model.url.isEmpty { if !model.url.isEmpty {
let viewModel = YHBaseViewModel() let viewModel = YHBaseViewModel()
if model.url.contains("pub.galaxy-immi.com") { // 资源文件 if model.url.contains("pub.galaxy-immi.com") { // 资源文件
......
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