From 7f568415400f30527e547fd018bf25b453171ac1 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 14 五月 2024 21:17:54 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/childHealth/view/content/index.vue |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/books/childHealth/view/content/index.vue b/src/books/childHealth/view/content/index.vue
index 5f88fe5..b47b0c3 100644
--- a/src/books/childHealth/view/content/index.vue
+++ b/src/books/childHealth/view/content/index.vue
@@ -48,8 +48,18 @@
       loadThreshold: 300, // 瑙﹀彂鍔犺浇闃堝��
       throttleThreshold: 100, // 鑺傛祦闃堝��
       previousScrollTop: 0,
-      throttledScrollHandler: null
+      throttledScrollHandler: null,
     };
+  },
+  watch: {
+    showCatalogList: {
+      handler(newVal) {
+        console.log("鏄剧ず绔犺妭", newVal);
+        this.$store.state.qiankun.windowSelection({
+          showCatalogList: newVal,
+        });
+      },
+    },
   },
   mounted() {
     // 榛樿鍔犺浇绔犺妭
@@ -114,6 +124,7 @@
           }
         }
       }
+      // showCatalogList 褰撳墠鏄剧ず鐨勪笁涓珷鑺傦紝watch鐩戝惉浼犻�掔粰涓诲簲鐢�
       console.log(this.showCatalogList);
       // 鏇存柊涓婁竴娆℃粴鍔ㄧ殑浣嶇疆
       this.previousScrollTop = event.target.scrollTop;
@@ -160,8 +171,8 @@
     chapterTen,
     chapterEleven,
     chapterTwelve,
-    chapterThirteen
-  }
+    chapterThirteen,
+  },
 };
 </script>
 

--
Gitblit v1.9.1