From ff21ddf44dd3ca100d3fd42db9465030c76e79ee Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 25 Dec 2024 15:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=8D=E6=95=B0=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/YNEduApp/learn/learn.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/YNEduApp/learn/learn.vue b/pages/YNEduApp/learn/learn.vue index e46f6e6..ba0e378 100644 --- a/pages/YNEduApp/learn/learn.vue +++ b/pages/YNEduApp/learn/learn.vue @@ -105,9 +105,9 @@ export default { if (opt.isEnd) { this.studyDuration = 0 } - // if (opt.isSpeed == '0') { - // this.showCoverView = false - // } + if (opt.isSpeed == '0') { + this.showCoverView = false + } this.video = uni.createVideoContext('myVideo') this.$verificationToken() },