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/chapter008.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/books/childHealth/view/content/components/chapter008.vue b/src/books/childHealth/view/content/components/chapter008.vue
index 700b748..dd422c1 100644
--- a/src/books/childHealth/view/content/components/chapter008.vue
+++ b/src/books/childHealth/view/content/components/chapter008.vue
@@ -1975,7 +1975,8 @@
           瀛︿範瀹屾湰涓撻锛屼綘鐨勫涔犳晥鏋滃浣曞憿锛熷挶浠竴璧锋潵鎵爜娴嬩竴娴嬪惂锛�<br />
           <span class="img">杩囧叧妫�娴嬶紙璧勬牸鑰冭瘯妯℃嫙棰橈級1</span><br />
           <examinations :cardList="questionData[2431]" />
-          <span class="img">杩囧叧妫�娴嬶紙璧勬牸鑰冭瘯妯℃嫙棰橈級2</span>
+          <span class="span-border"></span>
+          <span class="img mt-20 dl-bl">杩囧叧妫�娴嬶紙璧勬牸鑰冭瘯妯℃嫙棰橈級2</span>
           <examinations :cardList="questionData[2342]" />
         </p>
       </div>
@@ -2031,8 +2032,8 @@
       pathTen:"",
     };
   },
-  mounted() {
-    this.$data.questionData = getQuestionData(testData[8])
+  async mounted() {
+    this.$data.questionData = await getQuestionData(testData[8])
     this.$data.pathOne = getResourcePath("53d9f18bbb3250e624ab608210ae3d1d");
     this.$data.pathTwo = getResourcePath("faf38c63d16c12a7e415f9aee6e23880");
     this.$data.pathThree = getResourcePath("e791b057b3f750aff6817824030a273a");

--
Gitblit v1.9.1