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

审核失败添加埋点

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