Commit 7a14cb57 authored by pete谢兆麟's avatar pete谢兆麟

banner配置添加

parent 0a1db612
...@@ -91,6 +91,9 @@ private extension YHHomeBannerView { ...@@ -91,6 +91,9 @@ private extension YHHomeBannerView {
} else if tabBarName.contains("tabBarMine",caseSensitive: false) { } else if tabBarName.contains("tabBarMine",caseSensitive: false) {
//我的 //我的
goTabBarBy(tabType: .mine) goTabBarBy(tabType: .mine)
} else if tabBarName.contains("invitation_with_gifts",caseSensitive: false) {
let vc = YHInvitationWithGiftsViewController()
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