提交 f5e00707 编写于 作者: huangwensu's avatar huangwensu

审核失败添加埋点

上级 e1ce67e3
...@@ -126,9 +126,15 @@ export default { ...@@ -126,9 +126,15 @@ export default {
}, },
// 审核 // 审核
verifyResult() { verifyResult() {
if(this.currentProgress == 3) {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `211#211003#${this.projectId}` component_tag: `211#211003#${this.projectId}`
}); });
}else if(this.currentProgress == 4) {
this.$sendBuriedData({
component_tag: `211#211005#${this.projectId}`
});
}
gotoPage(this,`cme/#/credit-detail?creditId=${this.creditId}&projectId=${this.projectId}`) gotoPage(this,`cme/#/credit-detail?creditId=${this.creditId}&projectId=${this.projectId}`)
}, },
// 获得学分--下载证书 // 获得学分--下载证书
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册