闫增涛
2024-05-23 52c48271464e7312a474cd62a486c227972e34e0
优化
5个文件已修改
14 ■■■■■ 已修改文件
src/books/lifeCare/view/chapter001.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/lifeCare/view/chapter002.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/lifeCare/view/chapter003.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/lifeCare/view/chapter004.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/lifeCare/view/chapter005.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/lifeCare/view/chapter001.vue
@@ -1357,7 +1357,6 @@
            @blur="onBlurChange('desc3')"
          ></textarea>
        </div>
        <p><br /></p>
        <div class="tips-bk">
          <div class="bj-tip">
            云测试:单元一应用与实践<img
src/books/lifeCare/view/chapter002.vue
@@ -1187,7 +1187,6 @@
        <h4 id="d015">
          ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
        </h4>
        <p><br /></p>
        <p><b>一、单选题</b></p>
        <p>
          1.欲配制浓度为250mg/L的有效氯消毒剂2000mL,需要使用有效氯含量为500mg/片的含氯消毒片( <input
src/books/lifeCare/view/chapter003.vue
@@ -2424,7 +2424,7 @@
            v-if="chapter003.idOpenThree && chapter003.qustionData[48]"
            class="tips-file"
          >
            <examinations :cardList="chapter003.qustionData[48]" />
            <examinations :primaryColor="'#f49a4c'" :cardList="chapter003.qustionData[48]" />
          </div>
        </div>
      </div>
@@ -2824,7 +2824,7 @@
  components: {
    examinations,
  },
  created() {
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter003"));
    if (localData) {
      this.chapter003 = { ...Object.assign(this.chapter003, localData) };
src/books/lifeCare/view/chapter004.vue
@@ -1239,7 +1239,7 @@
            v-if="chapter004.idOpenThree && chapter004.qustionData[65]"
            class="tips-file"
          >
            <examinations :cardList="chapter004.qustionData[65]" />
            <examinations :primaryColor="'#f49a4c'" :cardList="chapter004.qustionData[65]" />
          </div>
        </div>
      </div>
@@ -1312,7 +1312,7 @@
      },
    };
  },
  created() {
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter004"));
    if (localData) {
      this.chapter004 = { ...Object.assign(this.chapter004, localData) };
src/books/lifeCare/view/chapter005.vue
@@ -2736,7 +2736,7 @@
            v-if="chapter005.idOpenThree && chapter005.qustionData[94]"
            class="tips-file"
          >
            <examinations :cardList="chapter005.qustionData[94]" />
            <examinations :primaryColor="'#f49a4c'" :cardList="chapter005.qustionData[94]" />
          </div>
        </div>
      </div>
@@ -3174,7 +3174,7 @@
  components: {
    examinations,
  },
  created() {
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter005"));
    if (localData) {
      this.chapter005 = { ...Object.assign(this.chapter005, localData) };