首页个播埋点

This commit is contained in:
chenguilong
2022-07-19 18:21:57 +08:00
parent 9109ff4686
commit 0fd27abbd1
5 changed files with 19 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
#import "Api+Room.h"
#import "AccountInfoStorage.h"
#import "TTPopup.h"
#import "StatisticsServiceHelper.h"
///View
#import "XPHomeNavView.h"
#import "XPHomeRecommendViewController.h"
@@ -107,9 +108,9 @@ UIKIT_EXTERN NSString *kHomeMoreScrollPageKey;
}
- (void)categoryView:(JXCategoryBaseView *)categoryView didSelectedItemAtIndex:(NSInteger)index {
// if (index == 2) {
// self.anchorRoomListVC.isAnchor = YES;
// }
if (index == 2) {
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventRecent_card_click];
}
}
#pragma mark - XPHoneNavViewDelegate