From dea8cb7184c5f4c0014f4134a7a19a3985ba1eff Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 23 五月 2024 14:46:21 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 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 3164729..fa1db7f 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