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

加上了部分埋点

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