From 04902e236ea7fa8dc82f610e335983f4bf5be9c2 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 27 二月 2025 11:36:31 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationEtiquette/view/components/chpater002.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/chpater002.vue b/src/books/aviationEtiquette/view/components/chpater002.vue index 6a404b9..5bef93c 100644 --- a/src/books/aviationEtiquette/view/components/chpater002.vue +++ b/src/books/aviationEtiquette/view/components/chpater002.vue @@ -2796,18 +2796,19 @@ } const choiceQuestion = localStorage.getItem( - "civilAviatyonSevervices-book-chapter02-Data" + "aviationEtiquette-book-chapter02-Data" ); if (choiceQuestion) { this.chapterData = JSON.parse(choiceQuestion); } const videoData = localStorage.getItem( - "civilAviatyonSevervices-book-chapter002" + "aviationEtiquette-book-chapter002" ); if (videoData) { this.chapter002 = JSON.parse(videoData); } + this.getVidoePath(); this.collectResourceList = await getCollectResource( this.config.activeBook.bookId -- Gitblit v1.9.1