From a81164dfb5529ffc669afac3a6a1572caf43f263 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 22 五月 2024 21:00:19 +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