闫增涛
2024-05-17 46c17ea395352fc3d2bd3d5e5163f601f4d466c1
src/books/childHealth/view/content/components/chapter010.vue
@@ -583,8 +583,7 @@
          云测试
        </h6>
        <p class="blockh6-c">
          <!-- <img class="img-g" alt="" src="image/0279-1.jpg" /><br /> -->
          <!-- <span class="img">专题十 学习主题一</span> -->
          <span class="img center dl-bl w100">专题十 学习主题一</span>
          <examinations :cardList="questionData[267]" />
        </p>
        <h2 class="module_block" id="b038">
@@ -933,8 +932,7 @@
          云测试
        </h6>
        <p class="blockh6-c">
          <!-- <img class="img-g" alt="" src="image/0285-1.jpg" /><br /> -->
          <!-- <span class="img">专题十 学习主题二</span> -->
          <span class="img center dl-bl w100">专题十 学习主题二</span>
          <examinations :cardList="questionData[272]" />
        </p>
        <p class="custom_tag"><b>•资料链接•</b></p>
@@ -1104,8 +1102,8 @@
      pathTwo: "",
    };
  },
  mounted() {
    this.$data.questionData = getQuestionData(testData[10])
  async mounted() {
    this.$data.questionData = await getQuestionData('10',testData[10])
    this.$data.pathOne = getResourcePath("3f507f73eb9d8c2af4dfcfb032ae696e");
    this.$data.pathTwo = getResourcePath("93d4edcc8ef4f947ebfb0cee38ccaa71");
  },