root 2 yıl önce
ebeveyn
işleme
d51e3aef54
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/components/studyStudent.vue

+ 3 - 1
src/components/studyStudent.vue

@@ -2481,7 +2481,9 @@ export default {
       }
     },
     handleClose(done) {
-      this.videoDetail.sources[0].src=''
+      if(this.videoDetail.sources&&this.videoDetail.sources[0]){
+        this.videoDetail.sources[0].src=''
+      }
       this.commentIndexJson = {};
       done();
     },