闫增涛
2024-05-15 63cf1e32f118486a42479bcb1ddcaad98dd12d3b
src/books/childHealth/view/content/components/chapter009.vue
@@ -219,7 +219,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterNine/专题九:动力定型及其形成.mp4"
              :src="pathOne"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -486,7 +486,7 @@
          </div>
          <div class="right" style="width: 65%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterNine/专题九:七步洗手法.mp4"
              :src="pathTwo"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -533,7 +533,7 @@
        <p class="blockh6-c center">
          <!-- <img class="img-g" alt="" src="image/0256-2.jpg" /><br /> -->
          <!-- <span class="img">专题九 学习主题一</span> -->
          <examinations :cardList="questionData[9][243]" />
          <examinations :cardList="questionData[243]" />
        </p>
      </div>
    </div>
@@ -778,7 +778,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterNine/专题九:晨间检查.mp4"
              :src="pathThree"
              poster="../../../assets/images/chapterOne/people-video-img.jpg"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -830,7 +830,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterNine/专题九:预防接种.mp4"
              :src="pathFour"
              poster="../../../assets/images/chapterOne/people-video-img.jpg"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1016,7 +1016,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterNine/专题九:传染病基础知识——隔离.mp4"
              :src="pathFive"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1065,7 +1065,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterNine/专题九:传染病基础知识——消毒.mp4"
              :src="pathSix"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1185,7 +1185,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterNine/专题九:环境卫生制度与卫生保健登记、统计制度.mp4"
              :src="pathSeven"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1265,7 +1265,7 @@
        <p class="blockh6-c">
          <!-- <img class="img-g" alt="" src="image/0267-1.jpg" /><br /> -->
          <!-- <span class="img">专题九 学习主题二</span> -->
          <examinations :cardList="questionData[9][255]" />
          <examinations :cardList="questionData[255]" />
        </p>
        <h6 class="Conclusion-title4">专题小结</h6>
        <p class="blockh6">
@@ -1389,9 +1389,10 @@
        <p class="blockh6-c">
          学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br />
          <span class="img">过关检测(资格考试模拟题)1</span><br />
          <examinations :cardList="questionData[9][2561]" />
          <span class="img">过关检测(资格考试模拟题)2</span>
          <examinations :cardList="questionData[9][2562]" />
          <examinations :cardList="questionData[2561]" />
          <span class="span-border"></span>
          <span class="img mt-20 dl-bl">过关检测(资格考试模拟题)2</span>
          <examinations :cardList="questionData[2562]" />
        </p>
        <h6 class="Conclusion-title4">•学习反思•</h6>
        <p class="blockh6 m0-t0 fl fl-di fl-cn">
@@ -1420,6 +1421,9 @@
import evenHeader from "../../components/pageHeader/evenHeader.vue";
import oddHeader from "../../components/pageHeader/oddHeader.vue";
import examinations from "@/components/examinations/index.vue";
import getQuestionData from '@/assets/methods/examination'
import testData from '../../../assets/examinationList'
import getResourcePath from '@/assets/methods/resources'
export default {
  name: "chapterNine",
  components: { evenHeader, oddHeader,examinations },
@@ -1435,11 +1439,25 @@
      learnTableThree: true,
      learnTableFour: true,
      learnTableFive: true,
      questionData:{}
      questionData:{},
      pathOne: "",
      pathTwo: "",
      pathThree: "",
      pathFour: "",
      pathFive:"",
      pathSix: "",
      pathSeven: "",
    };
  },
  mounted() {
    this.$data.questionData = this.$store.state.questionData
  async mounted() {
    this.$data.questionData = await getQuestionData(testData[9])
    this.$data.pathOne = getResourcePath("730ab5395d1b5b5c87d7422cc6540f35");
    this.$data.pathTwo = getResourcePath("e3c6884dc80cf947e3a38c5595d474ad");
    this.$data.pathThree = getResourcePath("bdaec679118721e0623d62ac3031288e");
    this.$data.pathFour = getResourcePath("c61f14623b01adaa326d18f2a19b822b");
    this.$data.pathFive = getResourcePath("c469389f516c81f13e4d0440bd9ec87e");
    this.$data.pathSix = getResourcePath("f8d747892eb8af7ed16bcb71967d414f");
    this.$data.pathSeven = getResourcePath("960e9aa17b48e900b08cde6e44b774f3");
  },
  methods: {
    changeResources(type) {