Commit 6a289bc1 authored by David黄金龙's avatar David黄金龙

邀请有礼跳转

parent 17e64a7a
...@@ -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()
UIViewController.current().navigationController?.pushViewController(vc) self.parentViewController?.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