caichengyu 3 月之前
父节点
当前提交
db8ae0b7b8

+ 1 - 1
src/views/secondBuild/courseList/index.vue

@@ -712,7 +712,7 @@ export default {
           this.player.destroy();
         }
         if (this.player_tencent) {
-          this.player.dispose();
+          this.player_tencent.dispose();
         }
         if (this.playerzb) {
           this.playerzb.destroy();

+ 1 - 1
src/views/secondSeven/courseList/index.vue

@@ -697,7 +697,7 @@ export default {
           this.player.destroy();
         }
         if (this.player_tencent) {
-          this.player.dispose();
+          this.player_tencent.dispose();
         }
         if (this.playerzb) {
           this.playerzb.destroy();

+ 1 - 1
src/views/secondZao/courseList/index.vue

@@ -697,7 +697,7 @@ export default {
           this.player.destroy();
         }
         if (this.player_tencent) {
-          this.player.dispose();
+          this.player_tencent.dispose();
         }
         if (this.playerzb) {
           this.playerzb.destroy();