添加埋点

This commit is contained in:
2026-01-06 19:25:34 +08:00
parent 1096f24c57
commit c3909d63da
30 changed files with 784 additions and 39 deletions

View File

@@ -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;