src/books/childHealth/view/content/components/chapter007.vue
@@ -3616,6 +3616,10 @@ showPageList: { type: Array, }, isSearch: { type: Boolean, default: false, }, }, data() { return { @@ -3745,7 +3749,8 @@ }; }, async mounted() { const localData = localStorage.getItem("chapterSevenData"); if(!this.isSearch) { const localData = localStorage.getItem("chapterSevenData"); if (localData) { this.chapterSevenData = JSON.parse(localData); } @@ -3756,6 +3761,7 @@ } }, 1000); this.getVideoPath() } }, unmounted() { if (window.timerSeven) {