From 9b6190fd6a601942e41399cb3106ff2c4d9014e3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 17 五月 2024 15:50:56 +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