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

将886改成487

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