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