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

查找是否有没有绑定的卡

上级 f6dd4da7
...@@ -825,8 +825,6 @@ export default { ...@@ -825,8 +825,6 @@ export default {
_this.videoOptions.trySeeTime = 300000; _this.videoOptions.trySeeTime = 300000;
_this.videoOptions.autoplay = false; _this.videoOptions.autoplay = false;
// 如果没有绑定卡,则查询是否有未绑定的卡 // 如果没有绑定卡,则查询是否有未绑定的卡
} else {
_this.hasNoUsedCard();
} }
let mp4Url = _this.videoOptions.mp4; let mp4Url = _this.videoOptions.mp4;
// 判断是否是mp4 // 判断是否是mp4
...@@ -906,15 +904,17 @@ export default { ...@@ -906,15 +904,17 @@ export default {
_this.showLoading = false; _this.showLoading = false;
}, 800); }, 800);
// 请求成功后统计,获取项目名
this.$sendBuriedData({
component_tag: `882#88201#${_this.projectId}#${_this.project.projectName}`
});
// 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡 // 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡
if (!_this.hasBindCard) { if (!_this.hasBindCard) {
_this.preJumper(); _this.preJumper();
_this.hasNoUsedCard();
} }
// 请求成功后统计,获取项目名
this.$sendBuriedData({
component_tag: `882#88201#${_this.projectId}#${_this.project.projectName}`
});
} }
}); });
}, },
......
...@@ -706,8 +706,6 @@ export default { ...@@ -706,8 +706,6 @@ export default {
_this.videoOptions.trySeeTime = 0; _this.videoOptions.trySeeTime = 0;
_this.videoOptions.autoplay = false; _this.videoOptions.autoplay = false;
// 如果没有绑定卡,则查询是否有未绑定的卡 // 如果没有绑定卡,则查询是否有未绑定的卡
} else {
_this.logged && _this.hasNoUsedCard();
} }
let mp4Url = _this.videoOptions.mp4; let mp4Url = _this.videoOptions.mp4;
// 判断是否是mp4 // 判断是否是mp4
...@@ -793,11 +791,6 @@ export default { ...@@ -793,11 +791,6 @@ export default {
_this.showLoading = false; _this.showLoading = false;
}, 800); }, 800);
// 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡
if (!_this.hasBindCard) {
_this.preJumper();
}
// 请求成功后统计,获取项目名 // 请求成功后统计,获取项目名
// this.$sendBuriedData({ // this.$sendBuriedData({
// component_tag: `882#88201#${_this.projectId}#${_this.project.projectName}` // component_tag: `882#88201#${_this.projectId}#${_this.project.projectName}`
...@@ -821,6 +814,12 @@ export default { ...@@ -821,6 +814,12 @@ export default {
console.log("share success..."); console.log("share success...");
} }
); );
// 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡
if (!_this.hasBindCard) {
_this.preJumper();
_this.logged && _this.hasNoUsedCard();
}
} else { } else {
_this.showLoading = false; _this.showLoading = false;
_this.$router.replace("/not-found?fromPage=2"); _this.$router.replace("/not-found?fromPage=2");
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册