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) {