Procházet zdrojové kódy

Merge branch 'yingshuo' of https://git.cocorobo.cn/CocoRoboLabs/cocoroboWork-School into yingshuo

lsc před 2 roky
rodič
revize
dc68ec6d16
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/pages/fiveDetail.vue

+ 1 - 1
src/components/pages/fiveDetail.vue

@@ -486,7 +486,7 @@ name:""
       console.log(`当前页: ${val}`);
     },
     handleClose(done) {
-      this.$refs.videoPlayer.player.pause()
+      this.$refs.videoPlayer && this.$refs.videoPlayer.player && this.$refs.videoPlayer.player.pause()
       done();
     },
     doingAssess() {