This commit is contained in:
2025-11-17 14:53:23 +08:00
parent d9bfc30c88
commit 1d215ffdb3
19 changed files with 208 additions and 39 deletions

View File

@@ -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