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