闫增涛
2024-08-07 36b921024cf6f62cb6d528fb5c0f8d95e9042ebf
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')