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

487改成495

上级 c286bea5
......@@ -50,7 +50,7 @@ export default {
previous() {
if(!this.canRun()) return;
this.$sendBuriedData({
component_tag: `487#48701`
component_tag: `495#49501`
});
if (this.currentQuestion.titleNo == 1) {
Toast("已是第一题");
......@@ -73,7 +73,7 @@ export default {
next() {
if(!this.canRun()) return;
this.$sendBuriedData({
component_tag: `487#48702`
component_tag: `495#49502`
});
if (this.currentQuestion.titleNo == this.totalCount
// if (this.currentQuestion.titleNo == this.questionList.length
......@@ -103,7 +103,7 @@ export default {
}, 200);
}
this.$sendBuriedData({
component_tag: `487#48703`
component_tag: `495#49503`
});
},
......@@ -117,9 +117,9 @@ export default {
favor() {
if(!this.canRun()) return;
let favorFlag = this.currentQuestion.favorFlag;
let sPoint = favorFlag == 1 ? "48705" : "48704";
let sPoint = favorFlag == 1 ? "49505" : "49504";
this.$sendBuriedData({
component_tag: `487#${sPoint}`
component_tag: `495#${sPoint}`
});
let param = {
dataType: 2,
......
......@@ -217,7 +217,7 @@ export default {
// 去激活(体验完弹窗-打开激活弹框)
activeCard() {
this.$sendBuriedData({
component_tag: `487#48706`
component_tag: `495#49506`
});
this.checkTokenForNative(() => {
this.experienceDialog = false;
......@@ -233,11 +233,11 @@ export default {
});
if(type == 1) {
this.$sendBuriedData({
component_tag: `487#48707`
component_tag: `495#49507`
});
} else if(type == 2) {
this.$sendBuriedData({
component_tag: `487#48709`
component_tag: `495#49509`
});
}
},
......@@ -314,7 +314,7 @@ export default {
closeExpDialog() {
this.experienceDialog = false;
this.$sendBuriedData({
component_tag: `487#48708`
component_tag: `495#49508`
});
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册