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/testPp.vue |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/src/books/sportsAndHealth/view/components/testPp.vue b/src/books/sportsAndHealth/view/components/testPp.vue
index 83ae643..db5fec6 100644
--- a/src/books/sportsAndHealth/view/components/testPp.vue
+++ b/src/books/sportsAndHealth/view/components/testPp.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="chapter" num="8">
-    <div class="page-box" page="24">
+    <!-- <div class="page-box" page="24">
       <div v-if="showPageList.indexOf(24) > -1">
         <div class="bodystyle">
           <div class="bodystyle-chapter">
@@ -42,7 +42,10 @@
           </div>
         </div>
       </div>
-    </div>
+    </div> -->
+
+
+
     <div class="page-box" page="26">
       <div v-if="showPageList.indexOf(26) > -1">
         <div class="bodystyle">
@@ -238,7 +241,7 @@
               <div class="swiper-button-prev"></div>
             </div>
           </div>
-          
+
           <p class="img">鍥�1-8-3 鎺ㄤ妇涓嬮娉�</p>
           <div class="bk-xyx">
             <div class="bj1-xyx publicxbc">娉ㄦ剰浜嬮」</div>
@@ -1032,6 +1035,15 @@
         </div>
       </div>
     </div>
+
+
+
+
+
+
+
+
+
     <div>
       <el-dialog :visible.sync="dialogVisible" width="60vw" top="2vh" lock-scroll :show-close="false"
         class="custom-dialog">
@@ -1269,11 +1281,11 @@
             title: this.chapter002.pdfMd5[val].name,
           },
         };
-        this.$emit("openPDFChange", obj);
+        // this.$emit("openPDFChange", obj);
 
-        // this.dialogVisible = true;
-        // this.p_md5 = this.chapter002.pdfMd5[val].md5;
-        // this.pdfTitle = this.chapter002.pdfMd5[val].name;
+        this.dialogVisible = true;
+        this.p_md5 = this.chapter002.pdfMd5[val].md5;
+        this.pdfTitle = this.chapter002.pdfMd5[val].name;
       }
     },
     async getVideo(md5, val) {

--
Gitblit v1.9.1