闫增涛
2024-05-15 63cf1e32f118486a42479bcb1ddcaad98dd12d3b
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");
  },