处理kbpayvip

This commit is contained in:
2026-02-04 12:33:01 +08:00
parent 305326aa9a
commit 68a610e0a8
11 changed files with 470 additions and 100 deletions

View File

@@ -9,6 +9,7 @@
#import "UIImage+KBColor.h"
#import "KBTopImageButton.h"
#import "KBVipPay.h"
#import "KBPayMainVC.h"
@interface HomeHeadView()
@@ -174,7 +175,7 @@
[[KBUserSessionManager shared] goLoginVC];
return;
}
KBVipPay *vc = [[KBVipPay alloc] init];
KBPayMainVC *vc = [[KBPayMainVC alloc] init];
[KB_CURRENT_NAV pushViewController:vc animated:true];
}