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

修改统计

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