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

埋点问题

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