Commit 69c4e6e5 authored by Davidhuang's avatar Davidhuang

Merge branch 'qmas-1130' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into qmas-1130

parents 08e6da9d 37f3d2f2
...@@ -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