Commit e4dc5a23 authored by David黄金龙's avatar David黄金龙

使用另一种方式

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