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

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

parents d66f3da6 e4dc5a23
......@@ -93,7 +93,7 @@ private extension YHHomeBannerView {
goTabBarBy(tabType: .mine)
} else if tabBarName.contains("invitation_with_gifts",caseSensitive: false) {
let vc = YHInvitationWithGiftsViewController()
UIViewController.current().navigationController?.pushViewController(vc)
UIViewController.current?.navigationController?.pushViewController(vc)
} else {
}
......
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