添加埋点
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
- (void)onTapNext {
|
||||
NSString *email = [self.emailTextField.text ?: @"" stringByTrimmingCharactersInSet:
|
||||
[NSCharacterSet whitespaceAndNewlineCharacterSet]];
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_forgot_email_next_btn"
|
||||
pageId:@"forgot_password_email"
|
||||
elementId:@"next_btn"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
if (email.length == 0) {
|
||||
[KBHUD showInfo:KBLocalized(@"Enter Email Address")];
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user