YM
2024-05-15 43e78dd1d8aeb9720ac0b058284820383a7ebe39
src/books/childHealth/view/content/components/chapter003.vue
@@ -1,5 +1,5 @@
<template>
  <div class="chapter-three">
  <div class="chapter" num="3">
    <div class="page-box padding-96">
      <p class="center" id="a009">
        <img
@@ -406,7 +406,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterThree/专题三:影响学前儿童心理发展的因素.mp4"
              :src="config.resourceCtx +  '/video/chapterThree/专题三:影响学前儿童心理发展的因素.mp4'"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -530,8 +530,8 @@
          云测试
        </h6>
        <p class="blockh6-c">
          <!-- <img class="img-g" alt="" src="image/0077-1.jpg" /><br /> -->
          <span class="img">专题三 学习主题一</span>
          <examinations :cardList="questionData[3][64]" />
          <!-- <span class="img">专题三 学习主题一</span> -->
        </p>
        <h2 class="module_block" id="b014">
          <div class="custom1">学习主题二</div>
@@ -658,7 +658,6 @@
            </td>
          </tr>
        </table>
        <p class="img">自主学习任务单</p>
        <p class="custom_tag"><b>•学习初体验•</b></p>
        <div class="fieldset">
          <p class="block">
@@ -810,7 +809,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterThree/专题三:过度依赖.mp4"
              :src=" config.resourceCtx + ' /video/chapterThree/专题三:过度依赖.mp4'"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -906,7 +905,7 @@
          <div class="right" style="width: 60%">
            <p class="center">
              <video
                src="http://182.92.203.7:3007/books/resource/1/video/chapterThree/专题三:自慰.mp4"
                :src=" config.resourceCtx + '/video/chapterThree/专题三:自慰.mp4'"
                poster="../../../assets/images/chapterTwo/people-video-img.png"
                webkit-playsinline="true"
                x-webkit-airplay="true"
@@ -959,7 +958,8 @@
          云测试
        </h6>
        <p class="blockh6-c center">
          <span class="img">专题三 学习主题二</span>
          <!-- <span class="img">专题三 学习主题二</span> -->
          <examinations :cardList="questionData[3][73]" />
        </p>
        <h2 class="module_block" id="b015">
          <div class="custom1">学习主题三</div>
@@ -1157,7 +1157,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterThree/专题三:言语及语言发育障碍.mp4"
              :src="config.resourceCtx + ' /video/chapterThree/专题三:言语及语言发育障碍.mp4'"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1195,7 +1195,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterThree/专题三:怎样发现孩子发育迟缓.mp4"
              :src="config.resourceCtx + '/video/chapterThree/专题三:怎样发现孩子发育迟缓.mp4'"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1292,7 +1292,7 @@
          </div>
          <div class="right" style="width: 60%">
            <video
              src="http://182.92.203.7:3007/books/resource/1/video/chapterThree/专题三:儿童多动症.mp4"
              :src="config.resourceCtx + '/video/chapterThree/专题三:儿童多动症.mp4'"
              poster="../../../assets/images/chapterTwo/people-video-img.png"
              webkit-playsinline="true"
              x-webkit-airplay="true"
@@ -1347,7 +1347,8 @@
          云测试
        </h6>
        <p class="blockh6-c center">
          <span class="img">专题三 学习主题三</span>
          <!-- <span class="img">专题三 学习主题三</span> -->
          <examinations :cardList="questionData[3][78]" />
        </p>
      </div>
    </div>
@@ -1470,10 +1471,10 @@
        </h6>
        <p class="blockh6-c">
          学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br />
          <!-- <img class="img-g" alt="" src="image/0093-1.jpg" /><br /> -->
          <span class="img">过关检测(资格考试模拟题)1</span><br />
          <!-- <img class="img-g" alt="" src="image/0093-2.jpg" /><br /> -->
          <examinations :cardList="questionData[3][801]" />
          <span class="img">过关检测(资格考试模拟题)2</span>
          <examinations :cardList="questionData[3][802]" />
        </p>
        <h6 class="Conclusion-title4">•学习反思•</h6>
        <p class="blockh6 m0-t0 fl fl-di fl-cn">
@@ -1500,9 +1501,10 @@
<script>
import evenHeaderVue from "../../components/pageHeader/evenHeader.vue";
import oddHeaderVue from "../../components/pageHeader/oddHeader.vue";
import examinations from "@/components/examinations/index.vue";
export default {
  name: "chapterThree",
  components: { evenHeaderVue, oddHeaderVue },
  components: { evenHeaderVue, oddHeaderVue,examinations },
  data() {
    return {
      learn: require("../../../assets/images/chapterThree/0068-1.jpg"),
@@ -1513,8 +1515,12 @@
      learnTableOne: true,
      learnTableTwo: true,
      learnTableThree: true,
      questionData:{}
    };
  },
  mounted() {
    this.$data.questionData = this.$store.state.questionData
  },
  methods: {
    changeResources(type) {
      if (type == "learnTableOne") {