添加埋点
This commit is contained in:
@@ -257,9 +257,21 @@
|
||||
|
||||
#pragma mark - Actions
|
||||
|
||||
- (void)onTapAvatarEdit { [self presentImagePicker]; }
|
||||
- (void)onTapAvatarEdit {
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_person_avatar_edit"
|
||||
pageId:@"person_info"
|
||||
elementId:@"avatar_edit"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
[self presentImagePicker];
|
||||
}
|
||||
|
||||
- (void)onTapLogout {
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_person_logout_btn"
|
||||
pageId:@"person_info"
|
||||
elementId:@"logout_btn"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
[self.myVM logout];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user