闫增涛
2024-11-19 d8c24a06b3e7844ad65e7c821c022dbb36d29430
各图书bug修改
26个文件已修改
2013 ■■■■ 已修改文件
.env.product 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/methods/examination.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/assets/main.less 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter001.vue 109 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter002.vue 104 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter003.vue 156 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter005.vue 78 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter006.vue 390 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter007.vue 307 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter008.vue 286 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter009.vue 208 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/components/chapter010.vue 72 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childHealth/view/content/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/civilAviation/view/components/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/lifeCare/view/components/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/mathBook/view/components/chapter003.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/mathBook/view/components/header.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/mathBook/view/components/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/css/default.less 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/view/components/chapter001.vue 95 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/view/components/chapter002.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/view/components/index.vue 50 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/examinations/index.vue 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/paint/index.vue 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/index.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.product
@@ -1,8 +1,8 @@
VUE_APP_ENV = 'product'
VUE_APP_API_URL = "https://jsek.bnuic.com"
VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/mathBook'
VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/childHealth'
# VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
# VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/botany'
VUE_APP_BOOK_LIST = "childHealth/lifeCare/sportsAndHealth/embedded/english/artAndDance/artAndDrama/mathBook/botany/civilAviation"
VUE_APP_BOOK_ID = 'mathBook'
VUE_APP_BOOK_ID = 'childHealth'
src/App.vue
@@ -71,7 +71,7 @@
      process.env.VUE_APP_RESOURCE_CTX +
        (process.env.VUE_APP_ENV == "product"
          ? process.env.VUE_APP_BOOK_ID
          : "artAndDrama")
          : "mathBook")
      );
      // this.activeBook = await this.config.getBookConfig(
src/assets/methods/examination.js
@@ -261,6 +261,7 @@
  .catch(() => {
    console.log('获取收藏报错');
  })
  console.log('收藏数据',allCollect.find(item => item.type == 'bits').collectList)
  return allCollect.find(item => item.type == 'bits').collectList
}
const getQuestionData = async (chapter, chapterData, activeBook) => {
src/books/childHealth/assets/main.less
@@ -645,6 +645,12 @@
  .cu-pr {
    cursor: pointer ;
  }
  .radio-box {
    padding-left: 30px;
    label:first-child{
      margin-right: 30px;
    }
  }
}
body {
src/books/childHealth/view/content/components/chapter001.vue
@@ -4453,13 +4453,27 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.学前儿童关节窝较浅,周围韧带较为松弛,易发生脱臼。(<input
              type="text"
              class="judge-input"
              v-model="chapterOneData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
            1.学前儿童关节窝较浅,周围韧带较为松弛,易发生脱臼。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
                v-model="chapterOneData.question.judge.qOne"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterOneData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.学前儿童的脉搏易受各种内外因素的影响,因此,必须在学前儿童安静时测量脉
          </p>
@@ -4477,30 +4491,71 @@
        </div>
        <div class="padding-96">
          <p class="block t0">
            搏。测量脉搏时,我们会发现学前儿童的脉搏比成人快。(<input
              type="text"
              class="judge-input"
            搏。测量脉搏时,我们会发现学前儿童的脉搏比成人快。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
              v-model="chapterOneData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterOneData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.随着学前儿童神经系统发育的不断完善,3~4岁幼儿能够很容易画直线。(<input
              type="text"
              class="judge-input"
            3.随着学前儿童神经系统发育的不断完善,3~4岁幼儿能够很容易画直线。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
              v-model="chapterOneData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterOneData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.因为睡眠时各器官所需要的血液量比活动时少得多,能减轻心脏的负担。因此,要保证学前儿童充足的睡眠,至于什么时候睡并不重要。(<input
              type="text"
              class="judge-input"
              v-model="chapterOneData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
            4.因为睡眠时各器官所需要的血液量比活动时少得多,能减轻心脏的负担。因此,要保证学前儿童充足的睡眠,至于什么时候睡并不重要。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
                v-model="chapterOneData.question.judge.qFour"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterOneData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.幼儿穿的鞋过小会影响<input
@@ -4973,6 +5028,10 @@
        JSON.stringify(this.chapterOneData)
      );
    },
    handleRadio(e) {
      console.log(e);
    }
  },
};
</script>
src/books/childHealth/view/content/components/chapter002.vue
@@ -1193,21 +1193,49 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.有的孩子头大,有的孩子头小,这也体现了学前儿童生长发育的个体差异性。(<input
              type="text"
              class="judge-input"
            1.有的孩子头大,有的孩子头小,这也体现了学前儿童生长发育的个体差异性。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
              v-model="chapterTwoData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterTwoData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.学前儿童发育畸形或患有先天性疾病,都是受遗传因素的影响。(<input
              type="text"
              class="judge-input"
              v-model="chapterTwoData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
            2.学前儿童发育畸形或患有先天性疾病,都是受遗传因素的影响。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
                v-model="chapterTwoData.question.judge.qTwo"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterTwoData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
        </div>
      </div>
    </div>
@@ -1223,21 +1251,49 @@
        </div>
        <div class="padding-96">
          <p class="block">
            3.在生长发育过程中,身体各部分的生长速度是:下肢增加最多,头颅最少。(<input
              type="text"
              class="judge-input"
            3.在生长发育过程中,身体各部分的生长速度是:下肢增加最多,头颅最少。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
              v-model="chapterTwoData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterTwoData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.有些孩子是先学会开口讲话,后学会走路,有些孩子刚好相反。这是由于生长发育具有个体差异性。(<input
              type="text"
              class="judge-input"
              v-model="chapterTwoData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
            4.有些孩子是先学会开口讲话,后学会走路,有些孩子刚好相反。这是由于生长发育具有个体差异性。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
                v-model="chapterTwoData.question.judge.qFour"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterTwoData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.婴儿期的动作发育首先是会抬头、转头,然后会翻身、坐,最后会站立、行走,这是遵循了<input
src/books/childHealth/view/content/components/chapter003.vue
@@ -1798,53 +1798,137 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.有人说“动作是个体早期的外显智力”,因此,动作的发展状况常被用作评价婴儿心理发展的指标。(<input
              type="text"
              class="judge-input"
            1.有人说“动作是个体早期的外显智力”,因此,动作的发展状况常被用作评价婴儿心理发展的指标。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
              v-model="chapterThreeData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterThreeData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.婴幼儿动作的发展遵循“由整体到特殊的发展”原则,即局部的、小肌肉的活动发展在先,全身的、笼统的动作发展在后。(<input
              type="text"
              class="judge-input"
            2.婴幼儿动作的发展遵循“由整体到特殊的发展”原则,即局部的、小肌肉的活动发展在先,全身的、笼统的动作发展在后。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
              v-model="chapterThreeData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterThreeData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.学前儿童的思维离不开动作和实物,其思维以直觉行动思维为主。(<input
              type="text"
              class="judge-input"
            3.学前儿童的思维离不开动作和实物,其思维以直觉行动思维为主。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
              v-model="chapterThreeData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterThreeData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.遗传因素既为儿童心理发展提供了最基本的自然物质前提,又奠定了儿童心理发展个别差异的最初基础。(<input
              type="text"
              class="judge-input"
            4.遗传因素既为儿童心理发展提供了最基本的自然物质前提,又奠定了儿童心理发展个别差异的最初基础。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
              v-model="chapterThreeData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterThreeData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            5.有的儿童日常例行作息时间不需要固定。(<input
              type="text"
              class="judge-input"
            5.有的儿童日常例行作息时间不需要固定。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFive"
                value="correct"
              v-model="chapterThreeData.question.judge.qFive"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFive"
                value="error"
                v-model="chapterThreeData.question.judge.qFive"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            6.对于学前儿童的心理行为问题不能姑息迁就,必须严加惩处。(<input
              type="text"
              class="judge-input"
              v-model="chapterThreeData.question.judge.qSix"
              @input="saveChapterOneData"
            />)
            6.对于学前儿童的心理行为问题不能姑息迁就,必须严加惩处。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSix"
                value="correct"
                v-model="chapterThreeData.question.judge.qSix"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSix"
                value="error"
                v-model="chapterThreeData.question.judge.qSix"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.如果新生儿期无惊跳反射,说明其有<input
src/books/childHealth/view/content/components/chapter005.vue
@@ -2580,29 +2580,71 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.维生素A缺乏症又有夜盲症、眼干燥症之称。(<input
              type="text"
              class="judge-input"
            1.维生素A缺乏症又有夜盲症、眼干燥症之称。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
              v-model="chapterFiveData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterFiveData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.铁是构成骨和牙齿的主要成分。(<input
              type="text"
              class="judge-input"
            2.铁是构成骨和牙齿的主要成分。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
              v-model="chapterFiveData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterFiveData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.儿童缺锌会使味蕾功能减退,食欲不振,导致厌食;还会影响生长发育,导致身材矮小,严重者患侏儒症。(<input
              type="text"
              class="judge-input"
              v-model="chapterFiveData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
            3.儿童缺锌会使味蕾功能减退,食欲不振,导致厌食;还会影响生长发育,导致身材矮小,严重者患侏儒症。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
                v-model="chapterFiveData.question.judge.qThree"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterFiveData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.六大营养素包括
src/books/childHealth/view/content/components/chapter006.vue
@@ -2528,126 +2528,336 @@
        </div>
        <div class="padding-96">
          <p class="block">
            啡,但可以经常喝茶。(<input
              type="text"
              class="judge-input"
            啡,但可以经常喝茶。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
              v-model="chapterSixData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterSixData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.即使怀孕3个月后,性激素类药物依然对胎儿有致畸的危险。(<input
              type="text"
              class="judge-input"
            2.即使怀孕3个月后,性激素类药物依然对胎儿有致畸的危险。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
              v-model="chapterSixData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterSixData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.婴儿的囟门很柔软,是因为其头部骨骼没有闭合而形成的,所以不能触摸。(<input
              type="text"
              class="judge-input"
            3.婴儿的囟门很柔软,是因为其头部骨骼没有闭合而形成的,所以不能触摸。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
              v-model="chapterSixData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterSixData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.用阿普加量表测评新生儿,得分高于4分者即处于良好的健康状况。(<input
              type="text"
              class="judge-input"
              v-model="chapterSixData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
            4.用阿普加量表测评新生儿,得分高于4分者即处于良好的健康状况。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
                v-model="chapterSixData.question.judge.qFour"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterSixData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">5.新生儿以下不规则的呼吸模式是正常的:</p>
          <p class="block">
            ①深呼吸。(<input
              type="text"
              class="judge-input"
            ①深呼吸。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFiveone"
                value="correct"
              v-model="chapterSixData.question.judge.qFive.one"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFiveone"
                value="error"
                v-model="chapterSixData.question.judge.qFive.one"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            ②呼吸频率高于每分钟60次。(<input
              type="text"
              class="judge-input"
            ②呼吸频率高于每分钟60次。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFivetwo"
                value="correct"
              v-model="chapterSixData.question.judge.qFive.two"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFivetwo"
                value="error"
                v-model="chapterSixData.question.judge.qFive.two"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            ③呼吸终止的时间低于6秒。(<input
              type="text"
              class="judge-input"
            ③呼吸终止的时间低于6秒。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFivethree"
                value="correct"
              v-model="chapterSixData.question.judge.qFive.three"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFivethree"
                value="error"
                v-model="chapterSixData.question.judge.qFive.three"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            ④嘴唇和指甲的颜色没有发红或者发青现象。(<input
              type="text"
              class="judge-input"
            ④嘴唇和指甲的颜色没有发红或者发青现象。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFivefour"
                value="correct"
              v-model="chapterSixData.question.judge.qFive.four"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFivefour"
                value="error"
                v-model="chapterSixData.question.judge.qFive.four"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            ⑤新生儿经常会用急速深呼吸来舒展肺部,这种呼吸也是正常的。(<input
              type="text"
              class="judge-input"
            ⑤新生儿经常会用急速深呼吸来舒展肺部,这种呼吸也是正常的。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFivefive"
                value="correct"
              v-model="chapterSixData.question.judge.qFive.five"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFivefive"
                value="error"
                v-model="chapterSixData.question.judge.qFive.five"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            6.有学者发现在牛奶、鸡蛋、花生三种最常见的致敏食物中,花生过敏最严重,持续时间最长。(<input
              type="text"
              class="judge-input"
            6.有学者发现在牛奶、鸡蛋、花生三种最常见的致敏食物中,花生过敏最严重,持续时间最长。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSix"
                value="correct"
              v-model="chapterSixData.question.judge.qSix"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSix"
                value="error"
                v-model="chapterSixData.question.judge.qSix"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            7.婴儿期是生长发育的第一高峰期,且出生后的前3个月生长发育最旺盛。(<input
              type="text"
              class="judge-input"
            7.婴儿期是生长发育的第一高峰期,且出生后的前3个月生长发育最旺盛。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSeven"
                value="correct"
              v-model="chapterSixData.question.judge.qSeven"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSeven"
                value="error"
                v-model="chapterSixData.question.judge.qSeven"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            8.正常情况下,1岁婴儿头围的平均值是44厘米,胸围的平均值为46厘米。(<input
              type="text"
              class="judge-input"
            8.正常情况下,1岁婴儿头围的平均值是44厘米,胸围的平均值为46厘米。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qEnight"
                value="correct"
              v-model="chapterSixData.question.judge.qEnight"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qEnight"
                value="error"
                v-model="chapterSixData.question.judge.qEnight"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            9. 1岁以内预防接种的基础免疫已经完成,以后就不需要再接种了。(<input
              type="text"
              class="judge-input"
            9. 1岁以内预防接种的基础免疫已经完成,以后就不需要再接种了。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qNine"
                value="correct"
              v-model="chapterSixData.question.judge.qNine"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qNine"
                value="error"
                v-model="chapterSixData.question.judge.qNine"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            10.学前儿童腋窝汗腺发达,因此,腋窝比躯干、胸部出汗明显。(<input
              type="text"
              class="judge-input"
            10.学前儿童腋窝汗腺发达,因此,腋窝比躯干、胸部出汗明显。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTen"
                value="correct"
              v-model="chapterSixData.question.judge.qTen"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTen"
                value="error"
                v-model="chapterSixData.question.judge.qTen"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            11.学前儿童不宜与成人共进主餐。(<input
              type="text"
              class="judge-input"
              v-model="chapterSixData.question.judge.qEleven"
              @input="saveChapterOneData"
            />)
            11.学前儿童不宜与成人共进主餐。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qEleven"
                value="correct"
                v-model="chapterSixData.question.judge.qEleven"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qEleven"
                value="error"
                v-model="chapterSixData.question.judge.qEleven"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.新生儿的头部有两个“柔软的点”,这是囟门,通常<input
src/books/childHealth/view/content/components/chapter007.vue
@@ -3357,56 +3357,159 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.预后与疾病的种类和治疗是否及时有关,与患者自身状况无关。(<input
              type="text"
              class="judge-input"
            1.预后与疾病的种类和治疗是否及时有关,与患者自身状况无关。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
              v-model="chapterSevenData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
            3.多基因遗传病的发生与环境因素有关,与近亲婚配无关。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
              v-model="chapterSevenData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
            4.新生儿出现鹅口疮,应该用干净的毛巾拭去。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
              v-model="chapterSevenData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
            5.部分疫苗接种后,新生儿可出现发热症状。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFive"
                value="correct"
              v-model="chapterSevenData.question.judge.qFive"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
            6.学前儿童佝偻病发生的主要原因是维生素D的缺乏。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSix"
                value="correct"
              v-model="chapterSevenData.question.judge.qSix"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
@@ -3416,45 +3519,115 @@
            />)
          </p>
          <p class="block">
            9.麻疹黏膜斑为麻疹患者特有的征象,是早期诊断麻疹的重要标志。(<input
              type="text"
              class="judge-input"
            9.麻疹黏膜斑为麻疹患者特有的征象,是早期诊断麻疹的重要标志。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qNine"
                value="correct"
              v-model="chapterSevenData.question.judge.qNine"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
            10.乙型肝炎的传播途径较多。注射、输血、密切的生活接触,都可造成传播。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTen"
                value="correct"
              v-model="chapterSevenData.question.judge.qTen"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
            11.手足口病发病无明显年龄特征,且发病后病情危重。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qEleven"
                value="correct"
              v-model="chapterSevenData.question.judge.qEleven"
              @input="saveChapterOneData"
            />)
          </p>
                @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"
            12.对红眼病患者实施包扎治疗,有利于疾病康复。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwelve"
                value="correct"
              v-model="chapterSevenData.question.judge.qTwelve"
              @input="saveChapterOneData"
            />)
          </p>
                @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
src/books/childHealth/view/content/components/chapter008.vue
@@ -2219,93 +2219,247 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.热敷法可起到活血化瘀、消炎消肿的作用。(<input
              type="text"
              class="judge-input"
            1.热敷法可起到活血化瘀、消炎消肿的作用。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
              v-model="chapterEnightData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterEnightData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.对于钝挫伤的患儿的处理,应该先热敷,24小时后改为冷敷。(<input
              type="text"
              class="judge-input"
            2.对于钝挫伤的患儿的处理,应该先热敷,24小时后改为冷敷。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
              v-model="chapterEnightData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterEnightData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.蜜蜂蜇伤后,应将食醋涂于患处。(<input
              type="text"
              class="judge-input"
            3.蜜蜂蜇伤后,应将食醋涂于患处。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
              v-model="chapterEnightData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterEnightData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.对于二度烧伤的患儿,切勿挤压和弄破水疱。(<input
              type="text"
              class="judge-input"
            4.对于二度烧伤的患儿,切勿挤压和弄破水疱。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
              v-model="chapterEnightData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterEnightData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            5.儿童年龄越小,脉搏越快。(<input
              type="text"
              class="judge-input"
            5.儿童年龄越小,脉搏越快。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFive"
                value="correct"
              v-model="chapterEnightData.question.judge.qFive"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFive"
                value="error"
                v-model="chapterEnightData.question.judge.qFive"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            6.不可给煤气中毒的患者灌醋或让其受冻。(<input
              type="text"
              class="judge-input"
            6.不可给煤气中毒的患者灌醋或让其受冻。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSix"
                value="correct"
              v-model="chapterEnightData.question.judge.qSix"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSix"
                value="error"
                v-model="chapterEnightData.question.judge.qSix"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            7.翻转眼皮后,可用干净的毛巾将异物轻轻拭去,不可用嘴吹。(<input
              type="text"
              class="judge-input"
            7.翻转眼皮后,可用干净的毛巾将异物轻轻拭去,不可用嘴吹。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSeven"
                value="correct"
              v-model="chapterEnightData.question.judge.qSeven"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSeven"
                value="error"
                v-model="chapterEnightData.question.judge.qSeven"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            8.对于重度冻伤的患者,可用火烤,促进患部愈合。(<input
              type="text"
              class="judge-input"
            8.对于重度冻伤的患者,可用火烤,促进患部愈合。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qEnight"
                value="correct"
              v-model="chapterEnightData.question.judge.qEnight"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qEnight"
                value="error"
                v-model="chapterEnightData.question.judge.qEnight"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            9.止鼻血时,教师应安慰幼儿不要紧张,用口呼吸,头略低。(<input
              type="text"
              class="judge-input"
            9.止鼻血时,教师应安慰幼儿不要紧张,用口呼吸,头略低。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qNine"
                value="correct"
              v-model="chapterEnightData.question.judge.qNine"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qNine"
                value="error"
                v-model="chapterEnightData.question.judge.qNine"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            10.做闭胸心脏按压时,应使患儿仰卧,背部有硬物支撑。(<input
              type="text"
              class="judge-input"
            10.做闭胸心脏按压时,应使患儿仰卧,背部有硬物支撑。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTen"
                value="correct"
              v-model="chapterEnightData.question.judge.qTen"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTen"
                value="error"
                v-model="chapterEnightData.question.judge.qTen"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            11.晕厥患儿清醒后,可适当补充冰的糖盐水或冷饮。(<input
              type="text"
              class="judge-input"
              v-model="chapterEnightData.question.judge.qEleven"
              @input="saveChapterOneData"
            />)
            11.晕厥患儿清醒后,可适当补充冰的糖盐水或冷饮。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qEleven"
                value="correct"
                v-model="chapterEnightData.question.judge.qEleven"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qEleven"
                value="error"
                v-model="chapterEnightData.question.judge.qEleven"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.常用的物理降温方法有<input
src/books/childHealth/view/content/components/chapter009.vue
@@ -1552,69 +1552,181 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.终末消毒是指患者隔离后,对他原来的活动场所进行消毒。(<input
              type="text"
              class="judge-input"
            1.终末消毒是指患者隔离后,对他原来的活动场所进行消毒。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
              v-model="chapterNineData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterNineData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.实施免疫计划是保护易感儿童所采取的特异性措施。(<input
              type="text"
              class="judge-input"
            2.实施免疫计划是保护易感儿童所采取的特异性措施。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
              v-model="chapterNineData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterNineData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.儿童入园后应定期进行健康检查。一般3~7岁,每学期检查一次。(<input
              type="text"
              class="judge-input"
            3.儿童入园后应定期进行健康检查。一般3~7岁,每学期检查一次。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
              v-model="chapterNineData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterNineData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.灭活疫苗免疫效果好,免疫力持续时间长。(<input
              type="text"
              class="judge-input"
            4.灭活疫苗免疫效果好,免疫力持续时间长。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
              v-model="chapterNineData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterNineData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            5.注射丙种球蛋白获得的免疫力为人工被动免疫。(<input
              type="text"
              class="judge-input"
            5.注射丙种球蛋白获得的免疫力为人工被动免疫。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFive"
                value="correct"
              v-model="chapterNineData.question.judge.qFive"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFive"
                value="error"
                v-model="chapterNineData.question.judge.qFive"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            6.类毒素是由病毒制成的自动免疫制剂。(<input
              type="text"
              class="judge-input"
            6.类毒素是由病毒制成的自动免疫制剂。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSix"
                value="correct"
              v-model="chapterNineData.question.judge.qSix"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSix"
                value="error"
                v-model="chapterNineData.question.judge.qSix"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            7. 5~7岁的儿童每天需9~10小时睡眠。(<input
              type="text"
              class="judge-input"
            7. 5~7岁的儿童每天需9~10小时睡眠。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qSeven"
                value="correct"
              v-model="chapterNineData.question.judge.qSeven"
              @input="saveChapterOneData"
            />)
          </p>
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qSeven"
                value="error"
                v-model="chapterNineData.question.judge.qSeven"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            8.乙型脑炎疫苗、麻疹疫苗属于活疫苗。(<input
              type="text"
              class="judge-input"
              v-model="chapterNineData.question.judge.qEnight"
              @input="saveChapterOneData"
            />)
            8.乙型脑炎疫苗、麻疹疫苗属于活疫苗。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qEnight"
                value="correct"
                v-model="chapterNineData.question.judge.qEnight"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qEnight"
                value="error"
                v-model="chapterNineData.question.judge.qEnight"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.物理消毒法简便易行,较为有效。它又分为<input
src/books/childHealth/view/content/components/chapter010.vue
@@ -1258,14 +1258,27 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.幼儿园的厨房及隔离室应有单独的入口。(<input
              type="text"
              class="judge-input"
              v-model="chapterTenData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
            1.幼儿园的厨房及隔离室应有单独的入口。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
                v-model="chapterTenData.question.judge.qOne"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterTenData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.主要儿童用房的玻地面积比值不应低于1∶8。(<input
              type="text"
@@ -1274,14 +1287,47 @@
              @input="saveChapterOneData"
            />)
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
                v-model="chapterTenData.question.judge.qTwo"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterTenData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.儿童用床一般以条形木板床为最好,透气且有利于儿童脊柱正直。(<input
              type="text"
              class="judge-input"
              v-model="chapterTenData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
            3.儿童用床一般以条形木板床为最好,透气且有利于儿童脊柱正直。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
                v-model="chapterTenData.question.judge.qThree"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterTenData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            <input
src/books/childHealth/view/content/index.vue
@@ -229,7 +229,7 @@
    // 测试页面跳转
    // setTimeout(() => {
    // this.gotoPage(11,282);
    // this.gotoPage(4,87);
    //   setTimeout(() => {
    //     this.renderSign("Highlight", {
    //       id: "2ACA9359",
src/books/civilAviation/view/components/index.vue
@@ -159,8 +159,8 @@
    }, 500);
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(6,190);
    // setTimeout(() => {
    //   this.gotoPage(6,190);
    //   setTimeout(() => {
    //     this.renderSign("Highlight", {
    //       id: "2ACA9359",
@@ -174,7 +174,7 @@
    //     ids: ["2ACA9359"]
    //   });
    // }, 2000);
    }, 500);
    // }, 500);
    // const pageDom = (this.container ? this.container : document)
    //   .querySelector("#app")
src/books/lifeCare/view/components/index.vue
@@ -664,6 +664,8 @@
                    }
                    this.questionDataMap[page] = obj;
                  }
                  console.log('题目',this.questionDataMap);
                }
              }
            }
src/books/mathBook/view/components/chapter003.vue
@@ -1787,18 +1787,18 @@
              轴左边的部分如图所示,请你画出这个函数图像在 y轴右边的部分.
            </p>
            <div>
              <paint
              <!-- <paint
                :page="99"
                :imgUrl="
                  this.config.activeBook.resourceUrl + '/images/0103-2.jpg'
                "
              />
              <!-- <graffiti
              /> -->
              <graffiti
                :page="99" 
                :bcImg="this.config.activeBook.resourceUrl + '/images/0103-2.jpg'"
                :imgWidth="400"
                :imgHeight="380"
              /> -->
                :imgWidth="520"
                :imgHeight="494"
              />
            </div>
          </div>
        </div>
src/books/mathBook/view/components/header.vue
@@ -137,8 +137,8 @@
    <div class="page-box" page="6">
      <div v-if="showPageList.indexOf(6) > -1">
        <div class="padding-116" style="padding-top:50px ;">
          <p class="center openImgBox">
            <img class="img-d" alt="" src="../../assets/images/0005-1.jpg" />
          <p class=" openImgBox">
            <img class="img-d" alt="" src="../../assets/images/0005-1.jpg" style="width: 46%;" />
          </p>
          <div class="zt-ls1" style="margin-top: 30px;">
            二、本套教材的主要特色
src/books/mathBook/view/components/index.vue
@@ -188,8 +188,8 @@
    }, 500);
    // 测试页面跳转
    // setTimeout(() => {
    //  this.gotoPage(2,22);
     setTimeout(() => {
     this.gotoPage(5,162);
    //   //   setTimeout(() => {
    //   //     this.renderSign("Highlight", {
    //   //       id: "2ACA9359",
@@ -217,7 +217,7 @@
    //   //   txt: " 运动系统是由骨、骨连结和骨骼肌三部分组成的。全身的骨通过骨连结组成人体骨骼(见图1-1)。骨骼是人体的支架,具有保护内脏器官、供肌肉附着和作为肌肉运动的杠杆等作用。在神经系统的支配下,肌肉收缩牵动所附着的骨绕着关节转动,使身体产生各种动作。所以,运动系统具有运动、支持和保护等功能,幼年时期的骨骼还具有造血功能。 ",
    //   //   txtIndex: 57
    //   // });
    // }, 500);
     }, 500);
    // 获取题目id列表
    this.getQuestionId();
@@ -590,6 +590,7 @@
                    }
                    this.questionDataMap[page] = obj;
                  }
                  console.log('题目',this.questionDataMap);
                }
              }
            }
@@ -873,6 +874,7 @@
        .catch((res) => {
          console.log("index 请求题目收藏id报错");
        });
      console.log('收藏id',this.collectId);
    },
    // 获取章节题目
    async getQuestion(num, page, questionIndex) {
@@ -897,6 +899,7 @@
          catalogName: "简答题",
          infoList: [],
        },
      ];
      if (this.questionId) {
        if (this.questionId[num] && this.questionId[num][page]) {
@@ -950,7 +953,7 @@
                if (item.questionType == "completion") {
                  cardList[3].infoList.push(item);
                }
                if (item.questionType == "shortAnswer") {
                if (item.questionType == "shortAnswer" ||item.questionType == "formula") {
                  cardList[4].infoList.push(item);
                }
              }
src/books/sportsAndHealth/css/default.less
@@ -615,17 +615,17 @@
          }
        }
        .qjdrIocn:hover {
          border: 1px solid #f49a4c;
          background-color: #fff;
          color: #f49a4c;
        // .qjdrIocn:hover {
        //   border: 1px solid #f49a4c;
        //   background-color: #fff;
        //   color: #f49a4c;
          svg {
            margin-left: 8px;
            fill: #f39938;
            cursor: pointer;
          }
        }
        //   svg {
        //     margin-left: 8px;
        //     fill: #f39938;
        //     cursor: pointer;
        //   }
        // }
        .coverImg {
          position: absolute;
src/books/sportsAndHealth/view/components/chapter001.vue
@@ -68,17 +68,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr02" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr02">
              小李同学是今年入校的中职学校新生,从小跟随父亲踢足球。小李开朗乐观,积极组建班级足球队。受他的影响,班级中很多同学开始进行体育锻炼。在小李的带领下,班级在校足球比赛中获得了较好的名次。
@@ -1377,8 +1366,7 @@
          </div>
          <h4 id="d004">四、健康是每个人的生命之基</h4>
          <p>
            人民教育家陶行知先生曾指出:“人生第一要事是康健,第二要事是康健,第三要事是康健。”<a id="w2"></a><a
              href="chapter001.html#m2"><sup>[2]</sup></a>从生命的角度来看,每个人的生命都只有一次。相对于功名利禄而言,健康才是第一位的。如果没有健康,其他任何事情的意义就会大打折扣或失去意义。当下全球发生的新型冠状病毒肺炎疫情更加凸显出健康的重要。抗击病毒需要有较强的免疫力,健康的身体、健康的生活方式、科学的防控措施是战胜病毒的重要法宝。
            人民教育家陶行知先生曾指出:“人生第一要事是康健,第二要事是康健,第三要事是康健。”从生命的角度来看,每个人的生命都只有一次。相对于功名利禄而言,健康才是第一位的。如果没有健康,其他任何事情的意义就会大打折扣或失去意义。当下全球发生的新型冠状病毒肺炎疫情更加凸显出健康的重要。抗击病毒需要有较强的免疫力,健康的身体、健康的生活方式、科学的防控措施是战胜病毒的重要法宝。
          </p>
          <p>
            健康不仅对自己有益,而且对他人、对社会、对国家都有益。拥有健康的体魄既是为祖国和人民服务的基本前提,也是家庭拥有幸福生活和个体彰显生命活力的基本前提。为了筑牢我们的生命之基,每个人都应树立“做自己健康的第一责任人”的意识,对自己的健康负责。健康呈现的是生命的正能量状态。健康的生命聚在一起,必然会形成一个生命的正能量场,为彼此输送生命所需的正能量。
@@ -1428,17 +1416,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr03" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr03">
              身体瘦弱的小刘经常熬夜复习功课,加上生活不规律,他得了严重的胃病。在老师的建议下,他开始晨跑,并坚持吃早餐。渐渐地,他改掉了熬夜的习惯,胃病大大好转,精神面貌焕然一新,学习效率也大大提升……
@@ -2173,17 +2150,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr04" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr04">
              小贾是某职业学校服装设计专业的学生,她一直是同学中的佼佼者。但在一次考试中,小贾的作品被老师当众质疑。从此她信心一落千丈,有时甚至难以完成作品。后来她找到了心理咨询师王老师,倾诉了所有的烦恼。在王老师的引导下,她分析了自己不良情绪的来源及本质,发现自己过于在意他人的看法,当自己的作品被否定时,便开始质疑自己的能力,导致每次考试都会焦虑。在王老师的引领下,小贾终于走出自我质疑的阴影,学习和生活都回到了正轨。
@@ -3274,17 +3240,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr05" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr05">
              15岁的小王开始经常遗精,这让他既好奇又迷惑。同时,他的心理也发生了很大的变化,经常会莫名地烦恼和焦虑。小王由此进入了所谓“青春困惑期”。
@@ -3795,17 +3750,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr06" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr06">
              小北是一名中职学校新生,第一次离家到外地上学,饮食不习惯,跟同学关系也比较冷淡,感觉很孤单,没多久就迷上了网络游戏,常常凌晨两三点才睡觉。因为熬夜,小北晚上经常吃夜宵,运动也少,生物钟混乱。曾经体重正常的小北越来越胖,学习成绩也很不如意,期末考试有多门科目不及格。
@@ -4129,17 +4073,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr07" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr07">
              许久没有运动的小亮,某天下课后兴致勃勃地去操场跑了两千米,并发朋友圈打卡。同学们纷纷给他点赞。跑完步的小亮筋疲力尽,径直回到了宿舍休息。第二天,小亮感觉自己的臀部、大腿和小腿均酸痛难耐,连上下楼梯都无法忍受,走路一瘸一拐。由此他放弃了继续跑步打卡的想法,打算先了解避免运动损伤的相关知识……
@@ -4566,17 +4499,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr08" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr08">
              在某市的半程马拉松上,一名跑者突然昏迷倒地,并且失去意识,幸好及时被两名从医的参赛选手发现,他们立即对该跑者进行了心肺复苏急救,昏迷的跑者渐渐恢复了呼吸和心跳。
@@ -5112,17 +5034,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr09" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr09">
              某单位集体食堂午餐时,有十余人出现腹泻、头晕等不适症状,该单位及时将这些人送往医院治疗。卫生部门经检查,认为是青条鱼未充分煮熟导致的食物中毒。
@@ -5606,7 +5517,7 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr010" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
              <!-- <svg class="read-aloud" readId="qjdr010" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
@@ -5616,7 +5527,7 @@
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
              </svg> -->
            </p>
            <p class="block" id="qjdr010">
              小婷是一名中职学生,身高183厘米,中国女排前主教练郎平是她的榜样。她从小最大的愿望是进入理想的大学当一名排球运动员,甚至梦想穿上国家队的球衣为国争光。可伤病让她一次次与梦想失之交臂,所以她常常感到失落与迷茫。中国女排顽强拼搏、永不言败的精神让她重新振作起来。她相信阳光总在风雨后……后来她收到了她梦想中的大学的录取通知书。
src/books/sportsAndHealth/view/components/chapter002.vue
@@ -43,17 +43,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr01" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr01">
              一定有不少同学喜欢足球、篮球、排球、网球、游泳、中长跑等体育项目,也经常在电视上看到运动健儿们为荣誉而奋力拼搏,并常常惊叹于他们卓越的技术。同学们有没有观察到一个现象?一些运动员在比赛的前半节遥遥领先,但在后半节却被反超,你们知道这是为什么吗?其中一个重要原因是这些运动员尽管拥有较好的技术,却缺少一般体能储备,导致在比赛的后半节发挥不出自己应有的水平,最终失败。所以能摘得桂冠的运动员不仅要有娴熟的运动技能,还要有强大的一般体能。那么,如何才能提高一般体能呢?让我们通过本专题的学习来一探究竟。
@@ -1963,17 +1952,6 @@
          <div class="bk-ztgs">
            <p class="bj1-ztgs qjdrIocn">
              情境导入
              <svg class="read-aloud" readId="qjdr011" xmlns="http://www.w3.org/2000/svg" width="14.24" height="19.987"
                viewBox="0 0 14.24 19.987">
                <g transform="translate(-227.018 -96)">
                  <path class="a"
                    d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z"
                    transform="translate(-121.859)" />
                  <path class="a"
                    d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z"
                    transform="translate(0 -350.438)" />
                </g>
              </svg>
            </p>
            <p class="block" id="qjdr011">
              体能不仅与健康、运动有关,也与职业有关,关系到我们生活的方方面面。同学们终有一天会踏上自己的工作岗位。体能作为促进健康的动力源泉,能够提升我们的健康水平,进而提高我们的工作效率,增强我们的抗压能力,最终提高我们的职业水平。那么,与职业相关的体能到底有哪些呢?如何发展职业体能?通过本专题的学习,同学们将对职业体能有全面且深入的了解。
src/books/sportsAndHealth/view/components/index.vue
@@ -96,7 +96,7 @@
        setTimeout(() => {
          this.initSwiper()
          this.initViewer()
          this.readText()
          // this.readText()
        }, 200)
      },
    },
@@ -848,30 +848,30 @@
      // 跳转
      this.gotoPage(data.catalog, data.page, () => { })
    },
    readText() {
      const doms = (
        this.container ? this.container : document
      ).querySelectorAll('.read-aloud')
      for (let index = 0; index < doms.length; index++) {
        const dom = doms[index]
        let id = null
        dom.addEventListener('click', (e) => {
          if (e.srcElement.nodeName == 'svg') {
            id = dom.getAttribute('readId')
          } else if (e.srcElement.nodeName == 'g') {
            const svgDom = e.srcElement.parentNode
            id = svgDom.getAttribute('readId')
          } else {
            const svgDom = e.srcElement.parentNode.parentNode
            id = svgDom.getAttribute('readId')
          }
          const item = (
            this.container ? this.container : document
          ).querySelector('#' + id).innerText
          console.log(item, 233)
        })
      }
    },
    // readText() {
    //   const doms = (
    //     this.container ? this.container : document
    //   ).querySelectorAll('.read-aloud')
    //   for (let index = 0; index < doms.length; index++) {
    //     const dom = doms[index]
    //     let id = null
    //     dom.addEventListener('click', (e) => {
    //       if (e.srcElement.nodeName == 'svg') {
    //         id = dom.getAttribute('readId')
    //       } else if (e.srcElement.nodeName == 'g') {
    //         const svgDom = e.srcElement.parentNode
    //         id = svgDom.getAttribute('readId')
    //       } else {
    //         const svgDom = e.srcElement.parentNode.parentNode
    //         id = svgDom.getAttribute('readId')
    //       }
    //       const item = (
    //         this.container ? this.container : document
    //       ).querySelector('#' + id).innerText
    //       console.log(item, 233)
    //     })
    //   }
    // },
  },
  components: {
    pageHeader,
src/components/examinations/index.vue
@@ -14,7 +14,12 @@
        <span v-if="nindex == 4">五、</span>
        <span v-html="item.catalogName"></span>
      </p>
      <el-image v-if="item.catalogImage" :src="item.catalogImage"></el-image>
      <el-image
        v-if="item.catalogImage"
        :src="item.catalogImage"
        :preview-src-list="[item.catalogImage]"
        class="catalogImage"
      ></el-image>
      <ul>
        <li
          v-for="(value, index) in item.infoList"
@@ -102,19 +107,18 @@
                    v-html="itemText"
                    class="input-txt"
                  ></span>
                  <el-select
                  <select
                    v-else
                    v-model="value.userAnswer"
                    :disabled="value.isComplete"
                  >
                    <el-option
                    <option
                      v-for="(citem, cindex) in value.option"
                      :key="cindex + 'dropdown'"
                      :label="citem"
                      :value="citem"
                    >
                    </el-option>
                  </el-select>
                    ></option>
                  </select>
                </span>
              </p>
            </div>
@@ -276,7 +280,7 @@
                v-model="value.isUnfold"
                accordion
                v-if="
                  value.questionType != 'shortAnswer' ||
                  value.questionType != 'shortAnswer' &&
                  value.questionType != 'formula'
                "
              >
@@ -406,7 +410,6 @@
                  <div class="referBox" v-if="value.analysisCon">
                    <span>解析:</span>
                    <p
                      v-if="value.analysisCon"
                      v-html="value.analysisCon"
                      :class="
                        [
@@ -416,7 +419,6 @@
                        ].join(' ')
                      "
                    ></p>
                    <p v-else class="ti-2">暂无数据</p>
                  </div>
                </el-collapse-item>
              </el-collapse>
@@ -597,7 +599,13 @@
    // 获取不受保护的图片
    getPublicImage(md5, width, height) {
      if (!md5) return;
      if (md5.includes("http")) return md5;
      if (md5.includes("http")) {
        if(width) {
          return md5 + `?width=${width}`
        } else {
          return md5
        }
      };
      let src = null;
      if (md5) {
        src = process.env.VUE_APP_API_URL + `/file/GetPreViewImage?md5=${md5}`;
@@ -908,7 +916,9 @@
  text-indent: 1em !important;
  font-size: 16px;
}
.catalogImage {
  width: 50%;
}
.examination {
  min-height: 100px;
  ul {
@@ -1067,7 +1077,10 @@
        font-weight: 400;
        margin-top: 6px;
      }
      select {
        outline: none;
        min-width: 100px;
      }
      input {
        width: 140px;
        height: 24px;
src/components/paint/index.vue
@@ -140,7 +140,6 @@
      );
      // 设置背景
      this.setBackgroundImage();
      //
      fabric.Object.prototype.transparentCorners = false;
      this.setBrush();
    },
@@ -150,10 +149,7 @@
        // 画笔样式
        this.vLinePatternBrush = new fabric.PatternBrush(this.canvas);
        this.vLinePatternBrush.getPatternSrc = () => {
          let patternCanvas =
            fabric[this.container ? this.container : document].createElement(
              "canvas"
            );
          let patternCanvas = document.createElement("canvas");
          patternCanvas.width = patternCanvas.height = 10;
          let ctx = patternCanvas.getContext("2d");
          ctx.strokeStyle = this.lineColor;
@@ -167,10 +163,7 @@
        };
        this.hLinePatternBrush = new fabric.PatternBrush(this.canvas);
        this.hLinePatternBrush.getPatternSrc = function () {
          let patternCanvas =
            fabric[this.container ? this.container : document].createElement(
              "canvas"
            );
          let patternCanvas = document.createElement("canvas");
          patternCanvas.width = patternCanvas.height = 10;
          let ctx = patternCanvas.getContext("2d");
          ctx.strokeStyle = this.lineColor;
@@ -186,10 +179,7 @@
        this.squarePatternBrush.getPatternSrc = function () {
          const squareWidth = 10;
          const squareDistance = 2;
          const patternCanvas =
            fabric[this.container ? this.container : document].createElement(
              "canvas"
            );
          const patternCanvas = document.createElement("canvas");
          patternCanvas.width = patternCanvas.height =
            squareWidth + squareDistance;
          const ctx = patternCanvas.getContext("2d");
@@ -201,10 +191,7 @@
        this.diamondPatternBrush.getPatternSrc = function () {
          const squareWidth = 10;
          const squareDistance = 5;
          const patternCanvas =
            fabric[this.container ? this.container : document].createElement(
              "canvas"
            );
          const patternCanvas = document.createElement("canvas");
          const rect = new fabric.Rect({
            width: squareWidth,
            height: squareWidth,
@@ -230,6 +217,7 @@
      const oldData = localStorage.getItem(
        this.config.activeBook.name + "-paint-" + this.page
      );
      this.oldImg = oldData;
      this.backgroundImgUrl = oldData || this.imgUrl;
      fabric.Image.fromURL(
        this.backgroundImgUrl,
@@ -372,11 +360,15 @@
<style lang="less" scoped>
.paint {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bcImg {
  position: absolute;
}
#canvas {
  border: 1px solid #ccc;
}
src/store/index.js
@@ -14,6 +14,9 @@
    },
    setZoom(state,value) {
      state.qiankun.scale = value
    },
    setQuestionData(state,value) {
      state.questionData = value
    }
  },
  state: {