1
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
//
|
||||
|
||||
#import "KBShopHeadView.h"
|
||||
#import "KBJfPay.h"
|
||||
|
||||
@interface KBShopHeadView ()
|
||||
|
||||
@@ -173,7 +174,9 @@
|
||||
|
||||
#pragma mark - Actions
|
||||
- (void)onRechargeTappedAction {
|
||||
if (self.onRechargeTapped) { self.onRechargeTapped(); }
|
||||
// if (self.onRechargeTapped) { self.onRechargeTapped(); }
|
||||
KBJfPay *vc = [[KBJfPay alloc] init];
|
||||
[KB_CURRENT_NAV pushViewController:vc animated:true];
|
||||
}
|
||||
|
||||
#pragma mark - Lazy UI
|
||||
|
||||
Reference in New Issue
Block a user