闫增涛
2024-05-15 8cdcb6b7950710cbcf701cb5149e1b2f949e1b0f
src/books/childHealth/view/content/components/chapter0004.vue
@@ -1,5 +1,5 @@
<template>
  <div class="chapter-four">
  <div class="chapter" num="4">
    <div class="page-box padding-96">
      <p class="center" id="a010">
        <img
@@ -226,7 +226,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterFour/专题四: 学前儿童体重的测量.mp4"
              :src="config.resourceCtx + '/video/chapterFour/专题四: 学前儿童体重的测量.mp4'"
              poster="../../../assets/images/chapterOne/people-video-img.jpg"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -273,7 +273,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterFour/专题四:学前儿童身高的测量.mp4"
              :src="config.resourceCtx + '/video/chapterFour/专题四:学前儿童身高的测量.mp4'"
              poster="../../../assets/images/chapterOne/people-video-img.jpg"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -307,7 +307,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterFour/专题四:学前儿童头围的测量.mp4"
              :src="config.resourceCtx + '/video/chapterFour/专题四:学前儿童头围的测量.mp4'"
              poster="../../../assets/images/chapterOne/people-video-img.jpg"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -350,7 +350,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterFour/专题四:学前儿童胸围的测量.mp4"
              :src=" config.resourceCtx + '/video/chapterFour/专题四:学前儿童胸围的测量.mp4'"
              poster="../../../assets/images/chapterOne/people-video-img.jpg"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -602,7 +602,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterFour/专题四:学前儿童的健康检查.mp4"
              :src="config.resourceCtx + '/video/chapterFour/专题四:学前儿童的健康检查.mp4'"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -678,7 +678,8 @@
        </h6>
        <p class="blockh6-c">
          <!-- <img class="img-g" alt="" src="image/0104-1.jpg" /><br /> -->
          <span class="img">专题四 学习主题一</span>
          <!-- <span class="img">专题四 学习主题一</span> -->
          <examinations :cardList="questionData[4][91]" />
        </p>
        <h2 class="module_block" id="b017">
          <div class="custom1">学习主题二</div>
@@ -985,7 +986,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterFour/专题四:儿童绘人测试.mp4"
              :src="config.resourceCtx + '/video/chapterFour/专题四:儿童绘人测试.mp4'"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1086,7 +1087,8 @@
          云测试
        </h6>
        <p class="blockh6-c center">
          <span class="img">专题四 学习主题二</span>
          <!-- <span class="img">专题四 学习主题二</span> -->
          <examinations :cardList="questionData[4][97]" />
        </p>
        <h6 class="Conclusion-title4">专题小结</h6>
        <p class="blockh6">
@@ -1148,10 +1150,10 @@
        </h6>
        <p class="blockh6-c">
          学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br />
          <!-- <img class="img-a" alt="" src="image/0111-1.jpg" /><br /> -->
          <span class="img">过关检测(资格考试模拟题)1</span><br />
          <!-- <img class="img-g" alt="" src="image/0111-2.jpg" /><br /> -->
          <examinations :cardList="questionData[4][981]" />
          <span class="img">过关检测(资格考试模拟题)2</span>
          <examinations :cardList="questionData[4][982]" />
        </p>
        <p class="custom_tag">•应用与探讨•</p>
        <p>1.测量幼儿的身高、体重、头围和胸围。</p>
@@ -1182,19 +1184,23 @@
</template>
<script>
import evenHeader from "../../components/examinations/pageHeader/evenHeader.vue";
import oddHeader from "../../components/examinations/pageHeader/oddHeader.vue";
import evenHeader from "../../components/pageHeader/evenHeader.vue";
import oddHeader from "../../components/pageHeader/oddHeader.vue";
import examinations from "@/components/examinations/index.vue";
export default {
  components: { evenHeader, oddHeader },
  name: "temp-book",
  components: { evenHeader, oddHeader,examinations },
  data() {
    return {
      learn: require("../../../assets/images/chapterFour/0094-1.jpg"),
      taskOne: require("../../../assets/images/chapterFour/task-sheet1.png"),
      learnTableOne:true,
      learnTableTwo:true,
      questionData:{}
    };
  },
  mounted() {
    this.$data.questionData = this.$store.state.questionData
  },
  methods:{
    changeResources(type) {
      if (type == "learnTableOne") {