提交 060db180 编写于 作者: guangjun.yang's avatar guangjun.yang

解决埋点多传字段问题

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