闫增涛
2024-06-04 1c389a5a5c22c8d57ee79cc9ac8ed6db6c8dbadc
src/books/childHealth/view/content/components/chapter003.vue
@@ -1950,6 +1950,10 @@
    },
    showPageList:{
      type:Array
    },
    isSearch:{
      type:Boolean,
      default:false
    }
  },
  data() {
@@ -2056,7 +2060,8 @@
    };
  },
  async mounted() {
    const localData = localStorage.getItem("chapterThreeData");
    if(!this.isSearch) {
      const localData = localStorage.getItem("chapterThreeData");
    if (localData) {
      this.chapterThreeData = JSON.parse(localData);
    }
@@ -2067,6 +2072,8 @@
      }
    }, 1000);
    this.getVideoPath()
    }
  },
  unmounted() {
    if (window.timerThree) {