添加埋点
This commit is contained in:
@@ -76,6 +76,11 @@
|
||||
|
||||
- (void)onTapNext {
|
||||
NSString *code = self.codeInputView.textValue ?: @"";
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_forgot_verify_next_btn"
|
||||
pageId:@"forgot_password_verify"
|
||||
elementId:@"next_btn"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
if (code.length == 0) {
|
||||
[KBHUD showInfo:KBLocalized(@"Enter Email Verification Code")];
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user