zhongshujie
2024-08-05 ef1a27bad9c3b21ee4ab081b68e02a38b44b1bdf
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')