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