From 746a51d76ca615b98bf0a2883a1a3c1a2b63d414 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 17 五月 2024 16:20:36 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/childHealth/view/content/components/chapter005.vue b/src/books/childHealth/view/content/components/chapter005.vue
index b0165bf..5e3b6b8 100644
--- a/src/books/childHealth/view/content/components/chapter005.vue
+++ b/src/books/childHealth/view/content/components/chapter005.vue
@@ -2216,7 +2216,7 @@
     };
   },
   async mounted() {
-    this.$data.questionData = await getQuestionData(testData[5])
+    this.$data.questionData = await getQuestionData('5',testData[5])
     this.$data.pathOne = getResourcePath('5698398be3f5c7fdb247218b2a687257')
     this.$data.pathTwo = getResourcePath('5905673b09837c74953dd11fcb27d123')
     this.$data.pathThree = getResourcePath('1f768157227c193ed5c11f972f66e692')

--
Gitblit v1.9.1