视频全屏播放修复

master
yujialong 2 months ago
parent 756af153ea
commit 7686adc244
  1. 3
      course/courseDetail/courseDetail.vue

@ -402,7 +402,7 @@
// //
secClick(row) { secClick(row) {
this.playListVisible = false this.playListVisible = false
this.videoFullScreen = false // this.videoFullScreen = false
this.handleFileType(row) this.handleFileType(row)
}, },
// //
@ -422,6 +422,7 @@
}, },
// //
closePreview() { closePreview() {
this.videoFullScreen = false
this.curRow = {} this.curRow = {}
}, },
// //

Loading…
Cancel
Save