贵族埋点

This commit is contained in:
chenguilong
2022-01-11 11:28:04 +08:00
committed by fengshuo
parent 8cfaf756c6
commit 253f995fc8
6 changed files with 27 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
#import "XPMacro.h"
#import "XPHtmlUrl.h"
#import "UIButton+EnlargeTouchArea.h"
#import "StatisticsServiceHelper.h"
///Model
#import "XPMineItemModel.h"
#import "UserInfoModel.h"
@@ -274,6 +275,7 @@
}
- (void)xPMineHeadViewCliekNobleCenter {
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventvipEntranceMeClick];
[self pushViewControllerWithType:XPMineItemType_Noble_Center];
}