From aea7d13fc6f00a2ddfd36a09623d3e624b99fce0 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 14 八月 2024 15:02:19 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 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