unknown
2024-06-05 58a1f8c0fe7c46f21382f6359be02a8e375ece04
src/books/lifeCare/view/chapter006.vue
@@ -1320,6 +1320,10 @@
    questionData: {
      type: Object,
    },
    isSearch: {
      type: Boolean,
      default: false,
    },
  },
  data() {
    return {
@@ -1455,6 +1459,7 @@
    examinations,
  },
  async created() {
    if (!this.isSearch) {
    const localData = JSON.parse(localStorage.getItem("chapter006"));
    if (localData) {
      this.chapter006 = { ...Object.assign(this.chapter006, localData) };
@@ -1462,8 +1467,7 @@
    this.chapter006.videOneUrl = await getResourcePath(
      "04fafb0e896ffe0379edd6d695a92b13"
    );
    // this.chapter006.videOneUrl =
    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=04fafb0e896ffe0379edd6d695a92b13";
    }
  },
  methods: {
    activityOne() {