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/chapter007.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter007.vue b/src/books/childHealth/view/content/components/chapter007.vue index aa28899..b251dbd 100644 --- a/src/books/childHealth/view/content/components/chapter007.vue +++ b/src/books/childHealth/view/content/components/chapter007.vue @@ -2998,7 +2998,8 @@ 瀛︿範瀹屾湰涓撻锛屼綘鐨勫涔犳晥鏋滃浣曞憿锛熷挶浠竴璧锋潵鎵爜娴嬩竴娴嬪惂锛�<br /> <span class="img">杩囧叧妫�娴嬶紙璧勬牸鑰冭瘯妯℃嫙棰橈級1</span><br /> <examinations :cardList="questionData[2091]" /> - <span class="img">杩囧叧妫�娴嬶紙璧勬牸鑰冭瘯妯℃嫙棰橈級2</span> + <span class="span-border"></span> + <span class="img mt-20 dl-bl">杩囧叧妫�娴嬶紙璧勬牸鑰冭瘯妯℃嫙棰橈級2</span> <examinations :cardList="questionData[2092]" /> </p> <h6 class="Conclusion-title4">鈥㈠涔犲弽鎬濃��</h6> @@ -3063,8 +3064,8 @@ pathThirteen: "", }; }, - mounted() { - this.$data.questionData = getQuestionData(testData[7]); + async mounted() { + this.$data.questionData = await getQuestionData(testData[7]) this.$data.pathOne = getResourcePath("0853ca76cbf745ea4023d2949a4d41d4"); this.$data.pathTwo = getResourcePath("95114c3e801192fb91b43e365b5aff83"); this.$data.pathThree = getResourcePath("79aa2ccd431dcc000dbe2962ded4397c"); -- Gitblit v1.9.1