From 29758f3657c62d4317bcb54050d4b860abeb184e Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 14 八月 2024 14:57:17 +0800 Subject: [PATCH] 体育与健康视频修改 --- src/books/sportsAndHealth/view/components/chapter008.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/books/sportsAndHealth/view/components/chapter008.vue b/src/books/sportsAndHealth/view/components/chapter008.vue index 3e6faae..bfbfc2b 100644 --- a/src/books/sportsAndHealth/view/components/chapter008.vue +++ b/src/books/sportsAndHealth/view/components/chapter008.vue @@ -1853,9 +1853,9 @@ if (localData) { this.chapter008 = { ...Object.assign(this.chapter008, localData) } } - if (!this.isSearch) { - this.getVideo(this.chapter008.videoMd5.v1.md5, 'v1') - } + // if (!this.isSearch) { + // this.getVideo(this.chapter008.videoMd5.v1.md5, 'v1') + // } }, mounted() { }, methods: { -- Gitblit v1.9.1