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

埋点问题

上级 461e086c
......@@ -115,6 +115,9 @@ export default {
methods: {
// 立即申请
applyFor() {
this.$sendBuriedData({
component_tag: `211#211001#${this.projectId}`
});
this.$emit("applicationCredit");
},
// 关闭提示
......@@ -123,6 +126,9 @@ export default {
},
// 审核
verifyResult() {
this.$sendBuriedData({
component_tag: `211#211003#${this.projectId}`
});
gotoPage(this,`cme/#/credit-detail?creditId=${this.creditId}&projectId=${this.projectId}`)
},
// 获得学分--下载证书
......@@ -164,6 +170,9 @@ export default {
modeCode: "M200",
jsonString: paramList
});
this.$sendBuriedData({
component_tag: `211#211004#${this.projectId}`
});
}
}
};
......
此差异已折叠。
......@@ -217,6 +217,12 @@ export default {
// _this.getProjectParticularsV2();
_this.getUserInfo();
};
// 打开页面埋点
this.$sendBuriedData({
action: '打开页面',
component_tag: `211#0#${this.projectId}#0`
});
},
mounted() {
window.addEventListener("scroll", this.scrollFun);
......@@ -338,6 +344,9 @@ export default {
window.scrollTo(0, h);
this.isBlack = true;
this.bgColor = "#fff";
this.$sendBuriedData({
component_tag: `211#211007#${this.projectId}`
});
},
// 锚点到目录
jumpCatalogue() {
......@@ -348,6 +357,9 @@ export default {
window.scrollTo(0, h);
this.isBlack = true;
this.bgColor = "#fff";
this.$sendBuriedData({
component_tag: `211#211008#${this.projectId}`
});
},
// 获取项目详情
getProjectParticularsV2() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册