闫增涛
2024-05-23 530f8bc6a8438a95ad6582f85362da87b911dcf8
src/books/lifeCare/view/chapter005.vue
@@ -2611,21 +2611,6 @@
        <h4 id="d061">
          ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
        </h4>
        <div class="tips-bk">
          <div class="bj-tip">
            云测试:单元五应用与实践<img
              src="../icons/sub.png"
              @click="activityThree"
              alt=""
            />
          </div>
          <div
            v-if="chapter005.idOpenThree && chapter005.qustionData[3]"
            class="tips-file"
          >
            <examinations :cardList="chapter005.qustionData[3]" />
          </div>
        </div>
        <p><br /></p>
        <!-- <p><br /></p>
        <div class="bk-sys">
@@ -2739,15 +2724,30 @@
            @blur="onBlurChange('desc')"
          ></textarea>
        </div>
        <div class="tips-bk">
          <div class="bj-tip">
            云测试:单元五应用与实践<img
              src="../icons/sub.png"
              @click="activityThree"
              alt=""
            />
          </div>
          <div
            v-if="chapter005.idOpenThree && chapter005.qustionData[94]"
            class="tips-file"
          >
            <examinations :cardList="chapter005.qustionData[94]" />
          </div>
        </div>
      </div>
    </div>
  </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: "chapter005",
@@ -3172,17 +3172,17 @@
    };
  },
  components: {
    // examinations,
    examinations,
  },
  created() {
    const localData = JSON.parse(localStorage.getItem("chapter005"));
    if (localData) {
      this.chapter005 = { ...Object.assign(this.chapter005, localData) };
    }
    // this.chapter005.videOneUrl = getResourcePath("439b0bde62a5098875c77e2492676577");
    // this.chapter005.videoTwoUrl = getResourcePath("1a878261410b01ee8e4e0602a1fe935f");
    // this.chapter005.videoFourUrl = getResourcePath("6cf2619beb704b3d79de04f0775c8ba3");
    // this.chapter005.videoFiveUrl = getResourcePath("8400384441ad9236d5eab24f500ec2c7");
    this.chapter005.videOneUrl = getResourcePath("439b0bde62a5098875c77e2492676577");
    this.chapter005.videoTwoUrl = getResourcePath("1a878261410b01ee8e4e0602a1fe935f");
    this.chapter005.videoFourUrl = getResourcePath("6cf2619beb704b3d79de04f0775c8ba3");
    this.chapter005.videoFiveUrl = getResourcePath("8400384441ad9236d5eab24f500ec2c7");
    this.chapter005.videOneUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=439b0bde62a5098875c77e2492676577";
    this.chapter005.videoTwoUrl =
@@ -3191,7 +3191,7 @@
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=6cf2619beb704b3d79de04f0775c8ba3";
    this.chapter005.videoFiveUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=8400384441ad9236d5eab24f500ec2c7";
    // this.chapter005.qustionData = await getQuestionData("5",testData[5]);
    this.chapter005.qustionData = await getQuestionData("5",testData[5],this.config.activeBook);
  },
  methods: {
    activityOne() {