unknown
2024-06-05 c3a97e9da90ab1a34f766acd35944d295cc5a6bf
src/books/childHealth/view/content/components/chapter009.vue
@@ -1746,6 +1746,10 @@
    showPageList: {
      type: Array,
    },
    isSearch: {
      type: Boolean,
      default: false,
    },
  },
  data() {
    return {
@@ -1830,6 +1834,7 @@
    };
  },
  async mounted() {
    if(!this.isSearch) {
    const localData = localStorage.getItem("chapterNineData");
    if (localData) {
      this.chapterNineData = JSON.parse(localData);
@@ -1841,6 +1846,7 @@
      }
    }, 1000);
    this.getVideoPath();
    }
  },
  unmounted() {
    if (window.timerNine) {