src/books/childHealth/view/content/components/chapter002.vue
@@ -1336,6 +1336,10 @@ }, showPageList:{ type:Array }, isSearch:{ type:Boolean, default:false } }, data() { @@ -1426,7 +1430,8 @@ }; }, async mounted() { const localData = localStorage.getItem("chapterTwoData"); if(!this.isSearch) { const localData = localStorage.getItem("chapterTwoData"); if (localData) { this.chapterTwoData = JSON.parse(localData); } @@ -1437,6 +1442,7 @@ } }, 1000); this.getVideoPath(); } }, unmounted() { if (window.timerTwo) {