From fb9ca70fc06f050ee5ffd2264c6b7b1f6bf08475 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 28 五月 2024 16:52:46 +0800
Subject: [PATCH] 优化

---
 src/books/lifeCare/index.vue |    2 +-
 src/App.vue                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 7c8bf4e..4b09bef 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -58,7 +58,7 @@
     } else {
       this.activeBook = await this.config.getBookConfig(
         // childHealth
-        this.config.resourceCtx + "childHealth"
+        this.config.resourceCtx + "lifeCare"
       );
       this.config.activeBook = this.activeBook;
       this.config.goodsStore = this.activeBook.storeRefcode;
diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue
index abbdfa4..d736936 100644
--- a/src/books/lifeCare/index.vue
+++ b/src/books/lifeCare/index.vue
@@ -89,7 +89,7 @@
   },
   mounted() {
     // 榛樿鍔犺浇绔犺妭
-    this.showCatalogList = [4];
+    this.showCatalogList = [0];
     // 婊氬姩鐩戝惉鑺傛祦
     this.throttledScrollHandler = _.throttle(
       this.scrollFun,

--
Gitblit v1.9.1