unknown
2024-06-05 c3a97e9da90ab1a34f766acd35944d295cc5a6bf
src/books/childHealth/view/content/components/chapter003.vue
@@ -1950,6 +1950,10 @@
    },
    showPageList:{
      type:Array
    },
    isSearch:{
      type:Boolean,
      default:false
    }
  },
  data() {
@@ -2056,6 +2060,7 @@
    };
  },
  async mounted() {
    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) {