闫增涛
2024-05-24 ae2a92ba254050e8d9bdbe43193fa5bc7674438f
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
@@ -1287,10 +1286,10 @@
  </div>
</template>
<script>
// import getResourcePath from "@/assets/methods/resources.js";
// import getQuestionData from "@/assets/methods/examination.js";
import getResourcePath from "@/assets/methods/resources.js";
import getQuestionData from "@/assets/methods/examination.js";
import testData from "../js/examinationList.js";
// import examinations from "@/components/examinations/index.vue";
import examinations from "@/components/examinations/index.vue";
export default {
  name: "chapter002",
@@ -1531,9 +1530,9 @@
    };
  },
  components: {
    examinations,
    examinations,
  },
  created() {
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter002"));
    if (localData) {
      this.chapter002 = { ...Object.assign(this.chapter002, localData) };
@@ -1544,7 +1543,7 @@
      "https:/jsek.bnuic.com/file/api/ApiDownload?md5=b727b78f8036a38cbd054816a81da7f8";
    this.chapter002.videOneUrl =
      "https:/jsek.bnuic.com/file/api/ApiDownload?md5=6e471afdbeb95a8891f1551cbb0cd4fd";
      this.chapter002.qustionData = await getQuestionData("2",testData[2]);
    this.chapter002.qustionData = await getQuestionData("2",testData[2],this.config.activeBook);
  },
  methods: {
    activityOne() {