首页个播埋点
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user