From 63cf1e32f118486a42479bcb1ddcaad98dd12d3b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 15 五月 2024 23:23:33 +0800 Subject: [PATCH] 页面题目 --- src/books/childHealth/view/content/components/chapter006.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter006.vue b/src/books/childHealth/view/content/components/chapter006.vue index 025c5c1..7040a28 100644 --- a/src/books/childHealth/view/content/components/chapter006.vue +++ b/src/books/childHealth/view/content/components/chapter006.vue @@ -2126,8 +2126,8 @@ pathFour:'', }; }, - mounted() { - this.$data.questionData = getQuestionData(testData[6]) + async mounted() { + this.$data.questionData = await getQuestionData(testData[6]) this.$data.pathOne = getResourcePath('816cf9d161803aea47ea583ba5d4f0ac') this.$data.pathTwo = getResourcePath('15d4b47f10359b7ad77d87e2327db429') this.$data.pathThree = getResourcePath('66c19c1c7a772fc88080b607f70eebaf') -- Gitblit v1.9.1