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