From 46c17ea395352fc3d2bd3d5e5163f601f4d466c1 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 17 五月 2024 15:28:17 +0800
Subject: [PATCH] 题目传参

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

diff --git a/src/books/childHealth/view/content/components/chapter011.vue b/src/books/childHealth/view/content/components/chapter011.vue
index 31eccc5..1903958 100644
--- a/src/books/childHealth/view/content/components/chapter011.vue
+++ b/src/books/childHealth/view/content/components/chapter011.vue
@@ -97,7 +97,7 @@
     };
   },
   async mounted() {
-    this.$data.questionData = await getQuestionData(testData[11])
+    this.$data.questionData = await getQuestionData('11',testData[11])
   },
 };
 </script>

--
Gitblit v1.9.1