From 0a465050c773d8b420f2b99d598de3d5dc9aef2b Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 17 五月 2024 15:45:28 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- 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