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() },