litian
2025-01-24 d539ff4e3376b889d212e90db1c3434f4b0de8d0
src/books/childHealth/view/content/components/chapter007.vue
@@ -239,7 +239,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:疾病基础</p>
            </div>
@@ -640,7 +639,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:遗传病、出生缺陷与优生</p>
            </div>
@@ -1391,7 +1389,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:学前儿童常见疾病——肥胖症</p>
            </div>
@@ -1516,7 +1513,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频七:学前儿童常见疾病——维生素D缺乏性佝偻病</p>
            </div>
@@ -1623,7 +1619,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:学前儿童常见疾病——缺铁性贫血</p>
            </div>
@@ -1691,7 +1686,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:学前儿童常见疾病——上呼吸道感染</p>
            </div>
@@ -1840,7 +1834,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:学前儿童常见疾病——龋齿</p>
            </div>
@@ -1921,7 +1914,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:学前儿童常见疾病——中耳炎</p>
            </div>
@@ -1968,7 +1960,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:学前儿童常见疾病——弱视</p>
            </div>
@@ -2317,7 +2308,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:传染病基础知识——特性与三个环节</p>
            </div>
@@ -2537,7 +2527,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:传染病及其预防——疫苗</p>
            </div>
@@ -3172,7 +3161,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:传染病及其预防——狂犬病</p>
            </div>
@@ -3296,7 +3284,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:学前儿童常见寄生虫病——蛲虫病</p>
            </div>
@@ -3370,56 +3357,159 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.预后与疾病的种类和治疗是否及时有关,与患者自身状况无关。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
            1.预后与疾病的种类和治疗是否及时有关,与患者自身状况无关。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
                v-model="chapterSevenData.question.judge.qOne"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterSevenData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.所有的传染病都是瘟疫。(<input type="text" class="judge-input" v-model="chapterSevenData.question.judge.qTwo" @input="saveChapterOneData" />)
            2.所有的传染病都是瘟疫。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
                v-model="chapterSevenData.question.judge.qTwo"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterSevenData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.多基因遗传病的发生与环境因素有关,与近亲婚配无关。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
            3.多基因遗传病的发生与环境因素有关,与近亲婚配无关。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
                v-model="chapterSevenData.question.judge.qThree"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterSevenData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.新生儿出现鹅口疮,应该用干净的毛巾拭去。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
            4.新生儿出现鹅口疮,应该用干净的毛巾拭去。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
                v-model="chapterSevenData.question.judge.qFour"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterSevenData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            5.部分疫苗接种后,新生儿可出现发热症状。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qFive"
              @input="saveChapterOneData"
            />)
            5.部分疫苗接种后,新生儿可出现发热症状。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFive"
                value="correct"
                v-model="chapterSevenData.question.judge.qFive"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFive"
                value="error"
                v-model="chapterSevenData.question.judge.qFive"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            6.学前儿童佝偻病发生的主要原因是维生素D的缺乏。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qSix"
              @input="saveChapterOneData"
            />)
            6.学前儿童佝偻病发生的主要原因是维生素D的缺乏。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSix"
                value="correct"
                v-model="chapterSevenData.question.judge.qSix"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSix"
                value="error"
                v-model="chapterSevenData.question.judge.qSix"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            7.钩虫病患儿也可出现缺铁性贫血。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qSeven"
              @input="saveChapterOneData"
            />)
            7.钩虫病患儿也可出现缺铁性贫血。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSeven"
                value="correct"
                v-model="chapterSevenData.question.judge.qSeven"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSeven"
                value="error"
                v-model="chapterSevenData.question.judge.qSeven"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            8.幼儿患上呼吸道感染时,应适当增加运动量,促进痊愈。(<input
              type="text"
@@ -3429,45 +3519,115 @@
            />)
          </p>
          <p class="block">
            9.麻疹黏膜斑为麻疹患者特有的征象,是早期诊断麻疹的重要标志。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qNine"
              @input="saveChapterOneData"
            />)
            9.麻疹黏膜斑为麻疹患者特有的征象,是早期诊断麻疹的重要标志。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qNine"
                value="correct"
                v-model="chapterSevenData.question.judge.qNine"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qNine"
                value="error"
                v-model="chapterSevenData.question.judge.qNine"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            10.乙型肝炎的传播途径较多。注射、输血、密切的生活接触,都可造成传播。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qTen"
              @input="saveChapterOneData"
            />)
            10.乙型肝炎的传播途径较多。注射、输血、密切的生活接触,都可造成传播。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTen"
                value="correct"
                v-model="chapterSevenData.question.judge.qTen"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTen"
                value="error"
                v-model="chapterSevenData.question.judge.qTen"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            11.手足口病发病无明显年龄特征,且发病后病情危重。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qEleven"
              @input="saveChapterOneData"
            />)
            11.手足口病发病无明显年龄特征,且发病后病情危重。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qEleven"
                value="correct"
                v-model="chapterSevenData.question.judge.qEleven"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qEleven"
                value="error"
                v-model="chapterSevenData.question.judge.qEleven"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            12.对红眼病患者实施包扎治疗,有利于疾病康复。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qTwelve"
              @input="saveChapterOneData"
            />)
            12.对红眼病患者实施包扎治疗,有利于疾病康复。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwelve"
                value="correct"
                v-model="chapterSevenData.question.judge.qTwelve"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwelve"
                value="error"
                v-model="chapterSevenData.question.judge.qTwelve"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            13.流行性脑脊髓膜炎夏季高发,流行性乙型脑炎则多见于冬季。(<input
              type="text"
              class="judge-input"
              v-model="chapterSevenData.question.judge.qThirteen"
              @input="saveChapterOneData"
            />)
            13.流行性脑脊髓膜炎夏季高发,流行性乙型脑炎则多见于冬季。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThirteen"
                value="correct"
                v-model="chapterSevenData.question.judge.qThirteen"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThirteen"
                value="error"
                v-model="chapterSevenData.question.judge.qThirteen"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.传染病的特性:有<input
@@ -3834,7 +3994,7 @@
      this.pathThree = await getResourcePath("79aa2ccd431dcc000dbe2962ded4397c");
      this.pathFour = await getResourcePath("94654e3d22604a815f9f4558616d8f39");
      this.pathFive = await getResourcePath("2373520e42d1be7bb70fbd5729d2f860");
      this.pathSix = await getResourcePath("bf7cabfb18771490b5cbb2eebdf424a3");
      this.pathSix = await getResourcePath("dac5587e1f5e51b67f221773b04c1aed");
      this.pathSeven = await getResourcePath("99a137c537d757a6ee39e6888218ca7c");
      this.pathEight = await getResourcePath("9a1e8e3374e3bdf82a5066ead76398ef");
      this.pathNine = await getResourcePath("7ae6133d91e84c4ea5c96d5d4ac62fb9");
@@ -3852,9 +4012,6 @@
    gotoLabel(id) {
      (this.container ? this.container : document).getElementById(id).scrollIntoView()
    },
    videoPlay(e) {
      this.$emit('closeVideo',e.srcElement.currentSrc)
    }
  },
};
</script>