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

加上了部分埋点

上级 ccbcc9af
...@@ -44,8 +44,14 @@ export default { ...@@ -44,8 +44,14 @@ export default {
toggle() { toggle() {
this.isUp = !this.isUp; this.isUp = !this.isUp;
if (this.isUp) { if (this.isUp) {
this.$sendBuriedData({
component_tag: `883#88322`
});
this.current = this.one; this.current = this.one;
} else { } else {
this.$sendBuriedData({
component_tag: `883#88321`
});
this.current = this.all; this.current = this.all;
} }
} }
......
...@@ -461,8 +461,14 @@ export default { ...@@ -461,8 +461,14 @@ export default {
// 处理提示信息框 // 处理提示信息框
handlerActionTips(type) { handlerActionTips(type) {
if(type == 1) { if(type == 1) {
this.$sendBuriedData({
component_tag: `883#88319`
});
this.showBindCardTips = false; this.showBindCardTips = false;
} else { } else {
this.$sendBuriedData({
component_tag: `883#88318`
});
this.changeCardAction(this.cmeCardModels.cardKey, true); this.changeCardAction(this.cmeCardModels.cardKey, true);
} }
}, },
......
...@@ -449,7 +449,8 @@ export default { ...@@ -449,7 +449,8 @@ export default {
btnClick1() { btnClick1() {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `883#88310` // component_tag: `883#88310`
component_tag: `883#88320`
}); });
this.download(); this.download();
}, },
...@@ -481,8 +482,14 @@ export default { ...@@ -481,8 +482,14 @@ export default {
// 处理提示信息框 // 处理提示信息框
handlerActionTips(type) { handlerActionTips(type) {
if(type == 1) { if(type == 1) {
this.$sendBuriedData({
component_tag: `883#88319`
});
this.showBindCardTips = false; this.showBindCardTips = false;
} else { } else {
this.$sendBuriedData({
component_tag: `883#88318`
});
this.beforeChangeCardAction(this.cmeCardModels.cardKey, true) this.beforeChangeCardAction(this.cmeCardModels.cardKey, true)
} }
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册