闫增涛
2024-06-03 c01348761c7bd173ed92edb14ca1e454eaa93f6c
src/books/childHealth/view/content/components/chapter006.vue
@@ -47,12 +47,8 @@
            />
            专题导学
          </h6>
          <p class="blockh6 m0-t0">
            <el-image
              :src="learn"
              :preview-src-list="[learn]"
              class="open-image"
            />
          <p class="blockh6 m0-t0 openImgBox">
            <img src="../../../assets/images/chapterSix/0148-1.jpg" class="mt-20 w100">
          </p>
        </div>
      </div>
@@ -286,19 +282,11 @@
        </div>
        <div class="padding-96">
          <p class="img">表6-1 孕期发展简表</p>
          <p class="center">
            <el-image
              :src="tableOne"
              :preview-src-list="[tableOne]"
              class="open-image"
            />
          <p class="center openImgBox">
            <img src="../../../assets/images/chapterSix/0150-1.jpg" class="w100">
          </p>
          <p class="center">
            <el-image
              :src="tableTwo"
              :preview-src-list="[tableTwo]"
              class="open-image"
            />
          <p class="center openImgBox">
            <img src="../../../assets/images/chapterSix/0150-2.jpg" class="w100">
          </p>
          <p class="img">图6-1 胎儿致畸敏感期</p>
          <p>
@@ -427,8 +415,8 @@
            20世纪70年代,美国一些科学家发现,所有酗酒的母亲所生的子女常有一些共同的体质和神经症状,于是就把这些共同的体质和神经症状命名为胚胎酒精综合征(FAS)。自此以后,酒精对胎儿所造成的危害,就成了人们关注的焦点之一。
            在生理方面,患有胚胎酒精综合征的儿童的头部显得小而窄;他们的面容也较为独特,如眼距较宽,短鼻,下颌发育不全(见图6-2);与同龄人相比,体格大多偏小。在心理方面,最显著的症状就
          </p>
          <p class="center">
            <el-image :src="fas" :preview-src-list="[fas]" class="open-image" />
          <p class="center openImgBox">
            <img src="../../../assets/images/chapterSix/0153-1.jpg" class="w100">
          </p>
          <p class="img">
            图6-2 患有胚胎酒精综合征(FAS)的婴儿(引自美国FAS社区资源中心)
@@ -520,6 +508,7 @@
          <p class="blockh6-c">
            <span class="img center dl-bl w100">专题六 学习主题一</span>
            <examinations
            v-if="questionData && questionData[150]"
              :cardList="questionData[150]"
              :chapter="6"
              :page="142"
@@ -975,12 +964,8 @@
            Scale),其由5个指标组成,包括心率、呼吸状况、肌肉弹性、身体颜色和反射敏感性,每个指标为0~2分,记录在一张图上,最后把各项得分相加求和(见表6-2)。这个测试要在新生儿出生后3个特殊的时间段进行,出生后1分钟、出生后5分钟、出生后10分钟,以测量婴儿状况的改善。那些得7分或更高分数的婴儿被认为处于良好的健康状况;那些得4分或分数更低的婴儿则可能有麻烦,为了让他们能够存活下来,往往需要给予紧急的医疗救助。
          </p>
          <p class="img">表6-2 阿普加量表</p>
          <p class="center">
            <el-image
              :src="tableThree"
              :preview-src-list="[tableThree]"
              class="open-image"
            />
          <p class="center openImgBox">
            <img src="../../../assets/images/chapterSix/0159-1.jpg" class="w100">
          </p>
        </div>
      </div>
@@ -1286,6 +1271,7 @@
          <p class="blockh6-c">
            <span class="img center dl-bl w100">专题六 学习主题二</span>
            <examinations
              v-if="questionData && questionData[160]"
              :cardList="questionData[160]"
              :chapter="6"
              :page="152"
@@ -1631,6 +1617,7 @@
          <p class="blockh6-c">
            <span class="img center dl-bl w100">专题六 学习主题三</span>
            <examinations
            v-if="questionData && questionData[164]"
              :cardList="questionData[164]"
              :chapter="6"
              :page="156"
@@ -1991,6 +1978,7 @@
          <p class="blockh6-c">
            <span class="img center dl-bl w100">专题六 学习主题四</span>
            <examinations
            v-if="questionData && questionData[167]"
              :cardList="questionData[167]"
              :chapter="6"
              :page="159"
@@ -2460,6 +2448,7 @@
          <p class="blockh6-c">
            <span class="img center dl-bl w100">专题六 学习主题五</span>
            <examinations
            v-if="questionData && questionData[172]"
              :cardList="questionData[172]"
              :chapter="6"
              :page="164"
@@ -2698,6 +2687,7 @@
            学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br />
            <span class="img">过关检测(资格考试模拟题)1</span><br />
            <examinations
            v-if="questionData && questionData[174][1]"
              :cardList="questionData[174][1]"
              :chapter="6"
              :page="1661"
@@ -2705,6 +2695,7 @@
            <span class="span-border"></span>
            <span class="img mt-20 dl-bl">过关检测(资格考试模拟题)2</span>
            <examinations
            v-if="questionData && questionData[174][2]"
              :cardList="questionData[174][2]"
              :chapter="6"
              :page="1662"
@@ -2729,7 +2720,7 @@
<script>
import examinations from "@/components/examinations/index.vue";
import getResourcePath from "@/assets/methods/resources";
import {getResourcePath} from "@/assets/methods/resources";
export default {
  components: { examinations },
  name: "chapterSix",
@@ -2743,16 +2734,6 @@
  },
  data() {
    return {
      learn: require("../../../assets/images/chapterSix/0148-1.jpg"),
      tableOne: require("../../../assets/images/chapterSix/0150-1.jpg"),
      tableTwo: require("../../../assets/images/chapterSix/0150-2.jpg"),
      fas: require("../../../assets/images/chapterSix/0153-1.jpg"),
      taskOne: require("../../../assets/images/chapterSix/task-sheet1.png"),
      taskTwo: require("../../../assets/images/chapterSix/task-sheet2.png"),
      tableThree: require("../../../assets/images/chapterSix/0159-1.jpg"),
      taskThree: require("../../../assets/images/chapterSix/task-sheet3.png"),
      taskFour: require("../../../assets/images/chapterSix/task-sheet4.png"),
      taskFive: require("../../../assets/images/chapterSix/task-sheet5.png"),
      learnTableOne: true,
      learnTableTwo: true,
      learnTableThree: true,
@@ -2903,13 +2884,13 @@
        this.$data.learnTableFive = !this.$data.learnTableFive;
      }
    },
    getVideoPath() {
      this.$data.pathOne = getResourcePath("816cf9d161803aea47ea583ba5d4f0ac");
      this.$data.pathTwo = getResourcePath("15d4b47f10359b7ad77d87e2327db429");
      this.$data.pathThree = getResourcePath(
    async getVideoPath() {
      this.$data.pathOne = await getResourcePath("816cf9d161803aea47ea583ba5d4f0ac");
      this.$data.pathTwo = await getResourcePath("15d4b47f10359b7ad77d87e2327db429");
      this.$data.pathThree = await getResourcePath(
        "66c19c1c7a772fc88080b607f70eebaf"
      );
      this.$data.pathFour = getResourcePath("a548917a24721ef2b37e1053ac843af4");
      this.$data.pathFour = await getResourcePath("a548917a24721ef2b37e1053ac843af4");
    },
    saveChapterOneData() {
      this.saveTime = 20;