From e296b2bd6cebec047d9406476bf6a7eb323deff9 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 22 五月 2024 21:00:05 +0800
Subject: [PATCH] 调整

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

diff --git a/src/books/childHealth/view/content/index.vue b/src/books/childHealth/view/content/index.vue
index 702c809..c778d99 100644
--- a/src/books/childHealth/view/content/index.vue
+++ b/src/books/childHealth/view/content/index.vue
@@ -296,16 +296,16 @@
       ).querySelectorAll(".theme-border");
       // 鑾峰彇閰嶇疆鐨勪富棰樿壊
       const bookThemeColor =
-        this.thisBookConfig && this.thisBookConfig.bookThemeColor
-          ? this.thisBookConfig.bookThemeColor
+        this.config.activeBook && this.config.activeBook.bookThemeColor
+          ? this.config.activeBook.bookThemeColor
           : null;
       const chapterThemeColor =
-        this.thisBookConfig && this.thisBookConfig.chapterThemeColor
-          ? this.thisBookConfig.chapterThemeColor
+        this.config.activeBook && this.config.activeBook.chapterThemeColor
+          ? this.config.activeBook.chapterThemeColor
           : null;
       const pageThemeColor =
-        this.thisBookConfig && this.thisBookConfig.pageThemeColor
-          ? this.thisBookConfig.pageThemeColor
+        this.config.activeBook && this.config.activeBook.pageThemeColor
+          ? this.config.activeBook.pageThemeColor
           : null;
       colorDom.forEach((domItem) => {
         // 鑾峰彇绔犺妭銆侀〉鐮�

--
Gitblit v1.9.1