添加部分通用上报
修改bug 未登录在键盘点击充值要先去跳转登录
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
[weakSelf.navigationController pushViewController:vc animated:true];
|
||||
};
|
||||
|
||||
|
||||
[[KBMaiPointReporter sharedReporter] reportGenericDataWithEventType:KBMaiPointGenericReportTypePage account:@"123" completion:^(BOOL success, NSError * _Nullable error) {
|
||||
NSLog(@"===");
|
||||
}];
|
||||
|
||||
// 测试groups
|
||||
// NSUserDefaults *sharedDefaults = [[NSUserDefaults alloc] initWithSuiteName:AppGroup];
|
||||
// // 写入一个简单字符串
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#import "KBForgetPwdNewPwdVC.h"
|
||||
#import "KBLoginVM.h"
|
||||
#import "KBEmailRegistVC.h"
|
||||
#import "KBLoginVC.h"
|
||||
@interface KBForgetPwdNewPwdVC () <UITextFieldDelegate>
|
||||
|
||||
@property (nonatomic, strong) UILabel *titleLabel; // Reset Password
|
||||
@@ -131,7 +131,7 @@
|
||||
if (success) {
|
||||
UIViewController *targetVC = nil;
|
||||
for (UIViewController *vc in KB_CURRENT_NAV.viewControllers) {
|
||||
if ([vc isKindOfClass:[KBEmailRegistVC class]]) {
|
||||
if ([vc isKindOfClass:[KBLoginVC class]]) {
|
||||
targetVC = vc;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user