新人优惠购买档位埋点

This commit is contained in:
chenguilong
2022-08-08 13:20:27 +08:00
committed by liyuhua
parent 288fad5ca4
commit b34d2f8e60

View File

@@ -279,7 +279,7 @@
rechargetView.chargeProdId = self.selectRechargeInfo.chargeProdId; rechargetView.chargeProdId = self.selectRechargeInfo.chargeProdId;
rechargetView.firstrechargeVC = self; rechargetView.firstrechargeVC = self;
[TTPopup popupView:rechargetView style:TTPopupStyleActionSheet]; [TTPopup popupView:rechargetView style:TTPopupStyleActionSheet];
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventNugiftPopClick eventAttributes:@{@"buy_level" : [NSString stringWithFormat:@"%ld", self.selectRechargeInfo.chargeMoney]}];
} }
- (void)buttonAction:(UIButton *)sender { - (void)buttonAction:(UIButton *)sender {