视频全屏播放修复

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

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

Loading…
Cancel
Save