Commit 37f3d2f2 authored by Steven杜宇's avatar Steven杜宇

// 方案

parent f696f8b9
...@@ -174,9 +174,10 @@ extension YHImproveSchemeTemplateListView : UITableViewDelegate, UITableViewData ...@@ -174,9 +174,10 @@ extension YHImproveSchemeTemplateListView : UITableViewDelegate, UITableViewData
vc.url = model.url vc.url = model.url
vc.isFullScreenFlag = false vc.isFullScreenFlag = false
UIViewController.current?.navigationController?.pushViewController(vc) UIViewController.current?.navigationController?.pushViewController(vc)
self.dismiss()
} }
} }
self.dismiss()
} }
return cell return cell
} }
......
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