处理kbpayvip
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#import "UIImage+KBColor.h"
|
||||
#import "KBTopImageButton.h"
|
||||
#import "KBVipPay.h"
|
||||
#import "KBPayMainVC.h"
|
||||
|
||||
|
||||
@interface HomeHeadView()
|
||||
@@ -174,7 +175,7 @@
|
||||
[[KBUserSessionManager shared] goLoginVC];
|
||||
return;
|
||||
}
|
||||
KBVipPay *vc = [[KBVipPay alloc] init];
|
||||
KBPayMainVC *vc = [[KBPayMainVC alloc] init];
|
||||
[KB_CURRENT_NAV pushViewController:vc animated:true];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user