| | |
| | | /> |
| | | 专题导学 |
| | | </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/chapterNine/0248-1.jpg" class="w100"> |
| | | </p> |
| | | </div> |
| | | </div> |
| | |
| | | 儿童的一日生活制度应根据他们的心理和生理特点,结合教育要求和卫生原则来制定(见表9-1)。 |
| | | </p> |
| | | <p class="img">表9-1 7岁前儿童一日生活作息时间分配</p> |
| | | <p class="center"> |
| | | <el-image |
| | | :src="tableOne" |
| | | :preview-src-list="[tableOne]" |
| | | class="open-image" |
| | | /> |
| | | <p class="center openImgBox"> |
| | | <img src="../../../assets/images/chapterNine/0250-1.jpg" class="w100"> |
| | | </p> |
| | | <h4 id="d317">(一)依据年龄特点</h4> |
| | | <p> |
| | |
| | | <p class="blockh6-c center"> |
| | | <span class="img center dl-bl w100">专题九 学习主题一</span> |
| | | <examinations |
| | | v-if="questionData && questionData[252]" |
| | | :cardList="questionData[251]" |
| | | :chapter="9" |
| | | :page="243" |
| | |
| | | 预防接种依照一定的程序(见表9-2)。因为有的疫苗一次接种后所产生的抗体量少,维持的时间短,所以必须在一定时间内再接种一次,使抗体保持在一定的水平,以加强预防作用。 |
| | | </p> |
| | | <p class="img">表9-2 儿童计划免疫程序</p> |
| | | <p class="center"> |
| | | <el-image |
| | | :src="tableTwo" |
| | | :preview-src-list="[tableTwo]" |
| | | class="open-image" |
| | | /> |
| | | <p class="center openImgBox"> |
| | | <img src="../../../assets/images/chapterNine/0260-1.jpg" class="w100"> |
| | | </p> |
| | | <p> |
| | | 人体有两种免疫反应:一种是细胞免疫,另一种是体液免疫。细胞免疫在婴儿出生时已经完善,而体液免疫在6个月以后才比较完善。有些疫苗,如卡介苗,接种后抗体的产生与细胞免疫有关;有些疫苗,如麻疹疫苗,接种后与体液免疫有关。所以,婴儿出生3天内注射卡介苗就可以产生抗体,以预防结核病。而在出生后6个月内接种麻疹疫苗就不能产生足够的抗体,也达不到预防的目的,因此,麻疹疫苗要在出生6个月以后接种。 |
| | |
| | | <p class="blockh6-c"> |
| | | <span class="img center dl-bl w100">专题九 学习主题二</span> |
| | | <examinations |
| | | v-if="questionData && questionData[263]" |
| | | :cardList="questionData[263]" |
| | | :chapter="9" |
| | | :page="255" |
| | |
| | | 学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br /> |
| | | <span class="img">过关检测(资格考试模拟题)1</span><br /> |
| | | <examinations |
| | | v-if="questionData && questionData[264][1]" |
| | | :cardList="questionData[264][1]" |
| | | :chapter="9" |
| | | :page="2561" |
| | |
| | | <span class="span-border"></span> |
| | | <span class="img mt-20 dl-bl">过关检测(资格考试模拟题)2</span> |
| | | <examinations |
| | | v-if="questionData && questionData[264][2]" |
| | | :cardList="questionData[264][2]" |
| | | :chapter="9" |
| | | :page="2562" |
| | |
| | | |
| | | <script> |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import getResourcePath from "@/assets/methods/resources"; |
| | | import {getResourcePath} from "@/assets/methods/resources"; |
| | | export default { |
| | | name: "chapterNine", |
| | | components: { examinations }, |
| | |
| | | showPageList: { |
| | | type: Array, |
| | | }, |
| | | isSearch: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | }, |
| | | data() { |
| | | return { |
| | | learn: require("../../../assets/images/chapterNine/0248-1.jpg"), |
| | | taskOne: require("../../../assets/images/chapterNine/task-sheet1.png"), |
| | | taskTwo: require("../../../assets/images/chapterNine/task-sheet2.png"), |
| | | tableOne: require("../../../assets/images/chapterNine/0250-1.jpg"), |
| | | tableTwo: require("../../../assets/images/chapterNine/0260-1.jpg"), |
| | | learnTableOne: true, |
| | | learnTableTwo: true, |
| | | learnTableThree: true, |
| | |
| | | }; |
| | | }, |
| | | async mounted() { |
| | | const localData = localStorage.getItem("chapterNineData"); |
| | | if (localData) { |
| | | this.chapterNineData = JSON.parse(localData); |
| | | } |
| | | window.timerNine = setInterval(() => { |
| | | this.saveTime--; |
| | | if (this.saveTime == 0) { |
| | | this.saveChapterOneData(); |
| | | if(!this.isSearch) { |
| | | const localData = localStorage.getItem("chapterNineData"); |
| | | if (localData) { |
| | | this.chapterNineData = JSON.parse(localData); |
| | | } |
| | | }, 1000); |
| | | this.getVideoPath(); |
| | | window.timerNine = setInterval(() => { |
| | | this.saveTime--; |
| | | if (this.saveTime == 0) { |
| | | this.saveChapterOneData(); |
| | | } |
| | | }, 1000); |
| | | this.getVideoPath(); |
| | | } |
| | | }, |
| | | unmounted() { |
| | | if (window.timerNine) { |
| | |
| | | this.$data.learnTableFive = !this.$data.learnTableFive; |
| | | } |
| | | }, |
| | | getVideoPath() { |
| | | this.$data.pathOne = getResourcePath("730ab5395d1b5b5c87d7422cc6540f35"); |
| | | this.$data.pathTwo = getResourcePath("e3c6884dc80cf947e3a38c5595d474ad"); |
| | | this.$data.pathThree = getResourcePath( |
| | | async getVideoPath() { |
| | | this.$data.pathOne = await getResourcePath("730ab5395d1b5b5c87d7422cc6540f35"); |
| | | this.$data.pathTwo = await getResourcePath("e3c6884dc80cf947e3a38c5595d474ad"); |
| | | this.$data.pathThree = await getResourcePath( |
| | | "bdaec679118721e0623d62ac3031288e" |
| | | ); |
| | | this.$data.pathFour = getResourcePath("c61f14623b01adaa326d18f2a19b822b"); |
| | | this.$data.pathFive = getResourcePath("c469389f516c81f13e4d0440bd9ec87e"); |
| | | this.$data.pathSix = getResourcePath("f8d747892eb8af7ed16bcb71967d414f"); |
| | | this.$data.pathSeven = getResourcePath( |
| | | this.$data.pathFour = await getResourcePath("c61f14623b01adaa326d18f2a19b822b"); |
| | | this.$data.pathFive = await getResourcePath("c469389f516c81f13e4d0440bd9ec87e"); |
| | | this.$data.pathSix = await getResourcePath("f8d747892eb8af7ed16bcb71967d414f"); |
| | | this.$data.pathSeven = await getResourcePath( |
| | | "960e9aa17b48e900b08cde6e44b774f3" |
| | | ); |
| | | }, |