隐藏埋点上报代码(已没有使用)
This commit is contained in:
@@ -486,7 +486,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
UISwipeGestureRecognizer *recognizer = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(handleAnchorCardSwipeFrom:)];
|
||||
[recognizer setDirection:(UISwipeGestureRecognizerDirectionUp)];
|
||||
[self.anchorCardView addGestureRecognizer:recognizer];
|
||||
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventPersonalshowTopCardShow];
|
||||
// // [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventPersonalshowTopCardShow];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1006,7 +1006,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
#pragma mark - 活动任务完成提示
|
||||
- (void)handleActivityTaskTip:(NSString *)msg url:(NSString *)url {
|
||||
if (!self.taskTipView.superview && url.length) {
|
||||
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_show];
|
||||
// // [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_show];
|
||||
[self.view addSubview:self.taskTipView];
|
||||
self.taskTipView.desc = msg;
|
||||
self.taskTipView.url = url;
|
||||
@@ -1022,7 +1022,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
}
|
||||
|
||||
- (void)jumpToTask:(UITapGestureRecognizer *)ges {
|
||||
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_click];
|
||||
// [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_click];
|
||||
XPWebViewController * webVC =[[XPWebViewController alloc] initWithRoomUID:nil];
|
||||
webVC.url = self.taskTipView.url;
|
||||
[self.selectedViewController.navigationController pushViewController:webVC animated:YES];
|
||||
|
Reference in New Issue
Block a user