unknown
2024-06-05 c3a97e9da90ab1a34f766acd35944d295cc5a6bf
src/books/childHealth/view/content/components/chapter002.vue
@@ -1336,6 +1336,10 @@
    },
    showPageList:{
      type:Array
    },
    isSearch:{
      type:Boolean,
      default:false
    }
  },
  data() {
@@ -1426,7 +1430,8 @@
    };
  },
  async mounted() {
    const localData = localStorage.getItem("chapterTwoData");
    if(!this.isSearch) {
      const localData = localStorage.getItem("chapterTwoData");
    if (localData) {
      this.chapterTwoData = JSON.parse(localData);
    }
@@ -1437,6 +1442,7 @@
      }
    }, 1000);
    this.getVideoPath();
    }
  },
  unmounted() {
    if (window.timerTwo) {