From 924121953fb670fd3c2278fffc26b65b57620110 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 06 八月 2024 16:50:14 +0800 Subject: [PATCH] 英语书整本Bug修改结束 --- src/books/sportsAndHealth/view/components/chapter005.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/books/sportsAndHealth/view/components/chapter005.vue b/src/books/sportsAndHealth/view/components/chapter005.vue index 8f68315..e8976bc 100644 --- a/src/books/sportsAndHealth/view/components/chapter005.vue +++ b/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') -- Gitblit v1.9.1