unknown
2024-05-24 5372f18ec8d6d9f589fbd66b419341229729df55
src/books/lifeCare/view/chapter004.vue
@@ -1,5 +1,5 @@
<template>
  <div class="chapter">
  <div class="chapter" num="4">
    <div class="page-box" page="55">
      <div class="bodystyle topImg">
        <h2 id="b004">
@@ -1203,26 +1203,32 @@
        <p class="block">B.吞咽反射</p>
        <p class="block">C.吸吮反射</p>
        <p class="block">D.条件反射</p>
        <p>7.培养良好的二便习惯和生活方式有利于( <input
        <p>
          7.培养良好的二便习惯和生活方式有利于( <input
            v-model="chapter004.radio.text7"
            @blur="onRadioText()"
          /> )。</p>
          /> )。
        </p>
        <p class="block">A.提高婴幼儿动作的灵活性</p>
        <p class="block">B.提高婴幼儿的社会交往能力</p>
        <p class="block">C.提高婴幼儿机体的工作效率</p>
        <p class="block">D.促进婴幼儿的智力发展</p>
        <p>8.培养婴幼儿的二便习惯要( <input
        <p>
          8.培养婴幼儿的二便习惯要( <input
            v-model="chapter004.radio.text8"
            @blur="onRadioText()"
          /> )。</p>
          /> )。
        </p>
        <p class="block">A.抓准间隔时间提前提醒</p>
        <p class="block">B.提早训练</p>
        <p class="block">C.以家长的威严制服婴儿</p>
        <p class="block">D.用食物逗引婴儿</p>
        <p>9.婴幼儿二便后不正确的清洁方法是( <input
        <p>
          9.婴幼儿二便后不正确的清洁方法是( <input
            v-model="chapter004.radio.text9"
            @blur="onRadioText()"
          /> )。</p>
          /> )。
        </p>
        <p class="block">A.便后洗手</p>
        <p class="block">B.用温水洗屁股</p>
        <p class="block">C.便后便盆清洗消毒</p>
@@ -1239,7 +1245,10 @@
            v-if="chapter004.idOpenThree && chapter004.qustionData[65]"
            class="tips-file"
          >
            <examinations :primaryColor="'#f49a4c'" :cardList="chapter004.qustionData[65]" />
            <examinations
              :primaryColor="'#f49a4c'"
              :cardList="chapter004.qustionData[65]"
            />
          </div>
        </div>
      </div>
@@ -1254,7 +1263,7 @@
export default {
  name: "chapter004",
  components: {
    examinations
    examinations,
  },
  data() {
    return {
@@ -1317,16 +1326,26 @@
    if (localData) {
      this.chapter004 = { ...Object.assign(this.chapter004, localData) };
    }
    this.chapter004.videOneUrl = getResourcePath("c276be12bae3b1df0b3ce4aa01b14e1e");
    this.chapter004.videoTwoUrl = getResourcePath("7eb7fe2e3c13885a96143110ca4f5654");
    this.chapter004.videoFourUrl = getResourcePath("1b04691b60e5b5b207b3a4967c495d29");
    this.chapter004.videOneUrl = getResourcePath(
      "c276be12bae3b1df0b3ce4aa01b14e1e"
    );
    this.chapter004.videoTwoUrl = getResourcePath(
      "7eb7fe2e3c13885a96143110ca4f5654"
    );
    this.chapter004.videoFourUrl = getResourcePath(
      "1b04691b60e5b5b207b3a4967c495d29"
    );
    this.chapter004.videOneUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=c276be12bae3b1df0b3ce4aa01b14e1e";
    this.chapter004.videoTwoUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=7eb7fe2e3c13885a96143110ca4f5654";
    this.chapter004.videoFourUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=1b04691b60e5b5b207b3a4967c495d29";
    this.chapter004.qustionData = await getQuestionData("4",testData[4],this.config.activeBook);
    this.chapter004.qustionData = await getQuestionData(
      "4",
      testData[4],
      this.config.activeBook
    );
  },
  methods: {
    activityOne() {