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