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