src/books/sportsAndHealth/view/components/chapter006.vue
@@ -5331,6 +5331,10 @@ computed: {}, watch: {}, created() { const localData = JSON.parse(localStorage.getItem('chapter006')) if (localData) { this.chapter006 = { ...Object.assign(this.chapter006, localData) } } if (!this.isSearch) { this.getVideo(this.chapter006.videoMd5.v1.md5, 'v1') this.getVideo(this.chapter006.videoMd5.v2.md5, 'v2')