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 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/books/sportsAndHealth/view/components/chapter008.vue b/src/books/sportsAndHealth/view/components/chapter008.vue
index c6b7e58..bfbfc2b 100644
--- a/src/books/sportsAndHealth/view/components/chapter008.vue
+++ b/src/books/sportsAndHealth/view/components/chapter008.vue
@@ -1,7 +1,7 @@
 <!-- @format -->
 
 <template>
-  <div class="chapter" num="3">
+  <div class="chapter" num="9">
     <div class="page-box" page="249">
       <div v-if="showPageList.indexOf(249) > -1">
         <div class="bodystyle textHeader">
@@ -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