From 1b3fd3be47ea0c06b80db9603eb1279daa0dad07 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 17 二月 2025 15:35:55 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/aviationEtiquette/view/components/chpater002.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/books/aviationEtiquette/view/components/chpater002.vue b/src/books/aviationEtiquette/view/components/chpater002.vue
index 056769b..5bef93c 100644
--- a/src/books/aviationEtiquette/view/components/chpater002.vue
+++ b/src/books/aviationEtiquette/view/components/chpater002.vue
@@ -1257,7 +1257,7 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p>濂芥槸淇濇寔鏃犲ご鐨睉锛屾棤鍒嗗弶銆佹灟鐕ョ殑鍙戣川锛屽彂闈笉娌硅吇銆�</p>
+          <p class="td-0">濂芥槸淇濇寔鏃犲ご鐨睉锛屾棤鍒嗗弶銆佹灟鐕ョ殑鍙戣川锛屽彂闈笉娌硅吇銆�</p>
           <h5 id="e062">锛堜簩锛夐暱搴﹂�傚疁鐨勫師鍒�</h5>
           <h6 id="f012">1.鐢峰+</h6>
           <p>鍓嶅彂锛氱敺澹簲涓虹煭鍙戯紝鍓嶅彂瑕佹眰涓嶉伄鐩栭澶翠竴鍗婏紙瑙佸浘2-1-18锛夈��</p>
@@ -1336,7 +1336,7 @@
           <li class="header-right-end" style=""><br></li>
         </ul>
         <div class="bodystyle">
-          <p>鐨勯�犲瀷涓嶆潅涔便�傚彂鍨嬪伐鍏峰绉嶅鏍凤紝鍏朵綔鐢ㄤ篃鏄牴鎹彂璐ㄨ�屽畾鐨勩��</p>
+          <p class="td-0">鐨勯�犲瀷涓嶆潅涔便�傚彂鍨嬪伐鍏峰绉嶅鏍凤紝鍏朵綔鐢ㄤ篃鏄牴鎹彂璐ㄨ�屽畾鐨勩��</p>
           <h5 id="e065">锛堜竴锛夊彂鍨嬪伐鍏�</h5>
           <p>
             灏栧熬姊筹細鍒悕鎸戞⒊銆佸垎閽堟⒊锛屼富瑕佺敤浜庣洏鍙戙�備竴杈规⒊锛屼竴杈圭敤灏栧熬椤烘鎶婂ご鍙戞寫璧凤紙瑙佸浘2-1-24锛夈��
@@ -2796,18 +2796,19 @@
     }
 
     const choiceQuestion = localStorage.getItem(
-      "civilAviatyonSevervices-book-chapter02-Data"
+      "aviationEtiquette-book-chapter02-Data"
     );
     if (choiceQuestion) {
       this.chapterData = JSON.parse(choiceQuestion);
     }
 
     const videoData = localStorage.getItem(
-      "civilAviatyonSevervices-book-chapter002"
+      "aviationEtiquette-book-chapter002"
     );
     if (videoData) {
       this.chapter002 = JSON.parse(videoData);
     }
+    
     this.getVidoePath();
     this.collectResourceList = await getCollectResource(
       this.config.activeBook.bookId

--
Gitblit v1.9.1