|
|
@@ -2805,9 +2805,9 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
},
|
|
|
- beforeDestroy() {
|
|
|
- this.player.destroy();
|
|
|
- },
|
|
|
+ // beforeDestroy() {
|
|
|
+ // this.player.destroy();
|
|
|
+ // },
|
|
|
async mounted() {
|
|
|
this.courseId = +this.$route.query.courseId || "";
|
|
|
this.nowTime = Number(new Date().getTime() / 1000).toFixed(0);
|
|
|
@@ -2901,6 +2901,7 @@ export default {
|
|
|
// .then((res) => {});
|
|
|
// }
|
|
|
this.clears();
|
|
|
+ this.player.destroy();
|
|
|
// clearInterval(this.answerTimer);
|
|
|
// clearInterval(this.postTimer);
|
|
|
// clearInterval(this.livingTimer);
|