1
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#import "HomeHeadView.h"
|
||||
#import "UIImage+KBColor.h"
|
||||
#import "KBTopImageButton.h"
|
||||
#import "KBJfPay.h"
|
||||
#import "KBVipPay.h"
|
||||
|
||||
|
||||
@interface HomeHeadView()
|
||||
@@ -163,7 +163,7 @@
|
||||
#pragma mark - Actions
|
||||
- (void)onTapBuyAction {
|
||||
// if (self.onTapBuy) { self.onTapBuy(); }
|
||||
KBJfPay *vc = [[KBJfPay alloc] init];
|
||||
KBVipPay *vc = [[KBVipPay alloc] init];
|
||||
[KB_CURRENT_NAV pushViewController:vc animated:true];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user