| | |
| | | </div> |
| | | <div class="right" style="width: 60%"> |
| | | <video |
| | | src="http://182.92.203.7:3007/books/resource/1/video/chapterTen/专题十:幼儿园各室配置的卫生要求.mp4" |
| | | :src="pathOne" |
| | | poster="../../../assets/images/chapterTwo/people-video-img.png" |
| | | webkit-playsinline="true" |
| | | x-webkit-airplay="true" |
| | |
| | | <p class="blockh6-c"> |
| | | <!-- <img class="img-g" alt="" src="image/0279-1.jpg" /><br /> --> |
| | | <!-- <span class="img">专题十 学习主题一</span> --> |
| | | <examinations :cardList="questionData[10][267]" /> |
| | | <examinations :cardList="questionData[267]" /> |
| | | </p> |
| | | <h2 class="module_block" id="b038"> |
| | | <div class="custom1">学习主题二</div> |
| | |
| | | </div> |
| | | <div class="right" style="width: 60%"> |
| | | <video |
| | | src="http://182.92.203.7:3007/books/resource/1/video/chapterTen/专题十:幼儿园文具和教玩具卫生.mp4" |
| | | :src="pathTwo" |
| | | poster="../../../assets/images/chapterTwo/people-video-img.png" |
| | | webkit-playsinline="true" |
| | | x-webkit-airplay="true" |
| | |
| | | <p class="blockh6-c"> |
| | | <!-- <img class="img-g" alt="" src="image/0285-1.jpg" /><br /> --> |
| | | <!-- <span class="img">专题十 学习主题二</span> --> |
| | | <examinations :cardList="questionData[10][272]" /> |
| | | <examinations :cardList="questionData[272]" /> |
| | | </p> |
| | | <p class="custom_tag"><b>•资料链接•</b></p> |
| | | <div class="fieldset"> |
| | |
| | | <p class="blockh6-c"> |
| | | 学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br /> |
| | | <span class="img">过关检测(资格考试模拟题)1</span><br /> |
| | | <examinations :cardList="questionData[10][2731]" /> |
| | | <span class="img">过关检测(资格考试模拟题)2</span> |
| | | <examinations :cardList="questionData[10][2732]" /> |
| | | <examinations :cardList="questionData[2731]" /> |
| | | <span class="span-border"></span> |
| | | <span class="img mt-20 dl-bl">过关检测(资格考试模拟题)2</span> |
| | | <examinations :cardList="questionData[2732]" /> |
| | | </p> |
| | | <h6 class="Conclusion-title4">•学习反思•</h6> |
| | | <p class="blockh6 m0-t0 fl fl-di fl-cn"> |
| | |
| | | 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: "chapterTen", |
| | | components: { evenHeader, oddHeader,examinations }, |
| | |
| | | learnTableThree: true, |
| | | learnTableFour: true, |
| | | learnTableFive: true, |
| | | questionData:{} |
| | | questionData:{}, |
| | | pathOne: "", |
| | | pathTwo: "", |
| | | }; |
| | | }, |
| | | mounted() { |
| | | this.$data.questionData = this.$store.state.questionData |
| | | async mounted() { |
| | | this.$data.questionData = await getQuestionData(testData[10]) |
| | | this.$data.pathOne = getResourcePath("3f507f73eb9d8c2af4dfcfb032ae696e"); |
| | | this.$data.pathTwo = getResourcePath("93d4edcc8ef4f947ebfb0cee38ccaa71"); |
| | | }, |
| | | methods: { |
| | | changeResources(type) { |