添加pay

This commit is contained in:
2025-11-13 21:22:10 +08:00
parent ae79d1b1ba
commit d164514fcf
12 changed files with 709 additions and 56 deletions

View File

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