删除测试精灵3d相关代码
修改上报数据
This commit is contained in:
@@ -384,7 +384,7 @@ typedef NS_ENUM(NSInteger, KBSearchSection) {
|
||||
[self.collectionView reloadData];
|
||||
} else {
|
||||
NSDictionary *extra = @{@"index": @(indexPath.item),
|
||||
@"keyword_len": @(kw.length)};
|
||||
@"keyword": kw};
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_search_history_item"
|
||||
pageId:@"search"
|
||||
elementId:@"history_item"
|
||||
|
||||
@@ -134,7 +134,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
|
||||
if ([self.themeId isKindOfClass:NSString.class] && self.themeId.length > 0) {
|
||||
extra[@"from_theme_id"] = self.themeId;
|
||||
}
|
||||
extra[@"to_theme_id"] = nextThemeId;
|
||||
extra[@"theme_id"] = nextThemeId;
|
||||
extra[@"index"] = @(indexPath.item);
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_skin_recommend_card"
|
||||
pageId:@"skin_detail"
|
||||
|
||||
Reference in New Issue
Block a user