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

关闭视频播放

上级 84922862
...@@ -162,6 +162,7 @@ export default { ...@@ -162,6 +162,7 @@ export default {
// 跳转到考试或课程 type 1: 考试; 2: 课程 // 跳转到考试或课程 type 1: 考试; 2: 课程
// 如果是考试,将根据appVersion判断是新考试还是老考试,如果是301或之前的,都是老考试 // 如果是考试,将根据appVersion判断是新考试还是老考试,如果是301或之前的,都是老考试
gotoExamOrCourse(item) { gotoExamOrCourse(item) {
this.$parent.$refs.tcPlayerRef && this.$parent.$refs.tcPlayerRef.pause();
// 埋点:去学习、继续学习、复习、去考试、重考 // 埋点:去学习、继续学习、复习、去考试、重考
let actionCode = sendBuriedDataMap[item.status]; let actionCode = sendBuriedDataMap[item.status];
if(actionCode) { if(actionCode) {
......
...@@ -1236,6 +1236,7 @@ export default { ...@@ -1236,6 +1236,7 @@ export default {
}, },
goBuyKc(type) { goBuyKc(type) {
this.$refs.tcPlayerRef && this.$refs.tcPlayerRef.pause();
this.isShowSkDialog = false; this.isShowSkDialog = false;
type == 2 && this.confirm(); type == 2 && this.confirm();
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册