提交 5be20603 编写于 作者: guofeng.chen's avatar guofeng.chen

修改统计

上级 f9911493
......@@ -87,6 +87,9 @@ export default {
this.$emit("cancle");
},
confirm() {
this.$sendBuriedData({
component_tag: `882#88207`
});
if(!this.activationCode) {
this.errorMsg = '请输入激活码';
return;
......@@ -98,9 +101,6 @@ export default {
let aCode = JSON.parse(JSON.stringify(this.activationCode));
aCode = aCode.replace(/\s/g,'');
this.$emit("confirm", aCode);
this.$sendBuriedData({
component_tag: `882#88207`
});
},
clear() {
this.activationCode = ''
......
......@@ -472,6 +472,10 @@ export default {
// 跳转到原生的购买页面
confirm() {
this.$sendBuriedData({
component_tag: `882#88203`
});
let appVersion = this.userInfo.appVersion || "";
let appVersionNum = appVersion.split(".").join("");
if (appVersionNum < 344) {
......@@ -479,10 +483,6 @@ export default {
return;
}
this.$sendBuriedData({
component_tag: `882#88203`
});
// let pageUrl = this.project.examBtnUrl;
// 直接传入项目ID(projectId)
let projectId = this.project.projectId;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册