From c229f3d91e4fe10f5fb8346a4830d2cd6b96b34e Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Thu, 23 May 2024 14:24:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=9B=AD=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/application/onlinexxks/video_study.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/application/onlinexxks/video_study.vue b/pages/application/onlinexxks/video_study.vue index 8ee7bf3..ed8f4f5 100644 --- a/pages/application/onlinexxks/video_study.vue +++ b/pages/application/onlinexxks/video_study.vue @@ -523,9 +523,7 @@ export default { CHAPTER_ID: this.videoData.CHAPTER_ID, VIDEOCOURSEWARE_ID: this.videoData.VIDEOCOURSEWARE_ID, }) - if (videoContext && videoContext.fullScreen) { - videoContext.exitFullScreen() - } + videoContext && videoContext.exitFullScreen() const resData = await this.post('/app/user/getUserFace', { USERNAME: loginUser.NAME, USER_ID: loginUser.USER_ID,