Commit 7ac92abb authored by 王炽's avatar 王炽

积分页埋点

parent 0a66a0a3
......@@ -1733,6 +1733,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
componentContent: "查看升级攻略"
});
//曝光埋点累计积分
if(memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1){
md.sensorComponentLogTake({
xcxComponentExposure: "true",
......@@ -1742,6 +1743,14 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
});
}
if(getHuangjinMaxVal()[memberInfo.grade] != -1 && !(memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1)){
md.sensorComponentLogTake({
xcxComponentExposure: "true",
pageName: "积分服务页",
componentName: "等级卡牌",
componentContent: "累计积分"
});
}
const {data} = await fetchIntegralJSON();
integralData.value = {...data};
......@@ -2140,6 +2149,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
});
vipCardMd(currentIndex);
// 获取当前滚动位置
// const scrollLeft = e.detail.scrollLeft;
// const directionVal = ref(0.3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment