From 616b12823f92acfae2812bb4820d0d9b325a72f5 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 15 五月 2024 17:25:36 +0800
Subject: [PATCH] 题目请求优化

---
 src/books/childHealth/view/content/components/chapter0004.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/books/childHealth/view/content/components/chapter0004.vue b/src/books/childHealth/view/content/components/chapter0004.vue
index e1cabf4..7773bca 100644
--- a/src/books/childHealth/view/content/components/chapter0004.vue
+++ b/src/books/childHealth/view/content/components/chapter0004.vue
@@ -1207,6 +1207,7 @@
     };
   },
   mounted() {
+    console.log('鏁版嵁',testData[4]);
     this.$data.questionData = getQuestionData(testData[4])
     this.$data.pathOne = getResourcePath('f2980359eb32cb3b74b284bf5348a596')
     this.$data.pathTwo = getResourcePath('2677fc38748eeac767a4b3fab5989a38')

--
Gitblit v1.9.1