src/books/childHealth/view/content/components/chapter006.vue
@@ -2731,6 +2731,10 @@ showPageList: { type: Array, }, isSearch: { type: Boolean, default: false, }, }, data() { return { @@ -2850,6 +2854,7 @@ }; }, async mounted() { if(!this.isSearch) { const localData = localStorage.getItem("chapterSixData"); if (localData) { this.chapterSixData = JSON.parse(localData); @@ -2861,6 +2866,7 @@ } }, 1000); this.getVideoPath(); } }, unmounted() { if (window.timerSix) {