提交 5b75484b 编写于 作者: guangjun.yang's avatar guangjun.yang

解决埋点字段传入问题

上级 82e11063
......@@ -135,27 +135,27 @@ export default {
this.$emit('activityTaskJump', data);
if(item.resourceType == 11) {
this.$sendBuriedData({
action: '分享任务',
// action: '分享任务',
component_tag: '360#360004'
});
}else if(item.resourceType == 1) {
this.$sendBuriedData({
action: '课程学习任务',
// action: '课程学习任务',
component_tag: '360#360005'
});
}else if(item.resourceType == 8) {
this.$sendBuriedData({
action: '排查任务',
// action: '排查任务',
component_tag: '360#360006'
});
}else if(item.resourceType == 9) {
this.$sendBuriedData({
action: '居民绑定任务',
// action: '居民绑定任务',
component_tag: '360#360007'
});
}else if(item.resourceType == 4) {
this.$sendBuriedData({
action: 'SMO任务',
// action: 'SMO任务',
component_tag: '360#360008'
});
}
......
......@@ -226,7 +226,7 @@ export default {
);
_this.$sendBuriedData({
action: '查看量',
// action: '查看量',
component_tag: '360#360000'
});
},
......@@ -383,7 +383,7 @@ export default {
this.$router.push({path: "/ranks",query: queryData});
}
this.$sendBuriedData({
action: '查看排名',
// action: '查看排名',
component_tag: '360#360003'
});
},
......
......@@ -57,7 +57,7 @@ export default {
},
mounted() {
this.$sendBuriedData({
action: '查看量 ',
// action: '查看量 ',
component_tag: '364#360017'
});
},
......
......@@ -104,7 +104,7 @@ export default {
},
mounted() {
this.$sendBuriedData({
action: '查看量',
// action: '查看量',
component_tag: '362#360011'
});
},
......@@ -168,7 +168,7 @@ export default {
},
goBack() {
this.$sendBuriedData({
action: '更多勤奋分按钮',
// action: '更多勤奋分按钮',
component_tag: '362#360012'
});
this.$router.go(-1);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册