This commit is contained in:
2025-12-03 15:53:26 +08:00
parent 6556689c8f
commit 22e393e588
2 changed files with 12 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
#import "KBLoginVM.h"
#import "AppDelegate.h"
#import "KBEmailRegistVC.h"
#import "KBEmailLoginVC.h"
@interface KBLoginVC () <UITextViewDelegate>
@@ -188,6 +189,8 @@
- (void)onTapEmailLogin {
//
KBLOG(@"onTapEmailLogin");
KBEmailLoginVC *vc = [[KBEmailLoginVC alloc] init];
[KB_CURRENT_NAV pushViewController:vc animated:true];
}
- (void)onTapPolicy {