添加埋点
This commit is contained in:
@@ -265,6 +265,12 @@
|
||||
NSString *pwd = self.passwordTextField.text ?: @"";
|
||||
NSString *repeat = self.repeatPasswordTextField.text ?: @"";
|
||||
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_register_email_submit_btn"
|
||||
pageId:@"register_email"
|
||||
elementId:@"submit_btn"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
|
||||
if (email.length == 0 || pwd.length == 0 || repeat.length == 0) {
|
||||
[KBHUD showInfo:KBLocalized(@"Please complete all fields")];
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user