zhongshujie
2024-08-05 ef1a27bad9c3b21ee4ab081b68e02a38b44b1bdf
src/books/sportsAndHealth/view/components/chapter005.vue
@@ -1107,6 +1107,8 @@
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
@@ -4159,6 +4161,11 @@
    }
  },
  created() {
    const localData = JSON.parse(localStorage.getItem('chapter005'))
    if (localData) {
      this.chapter005 = { ...Object.assign(this.chapter005, localData) }
    }
    if (!this.isSearch) {
      this.getVideo(this.chapter005.videoMd5.v1.md5, 'v1')
      this.getVideo(this.chapter005.videoMd5.v2.md5, 'v2')