From 1453ff2ca9930c8f1d0f9eb7d4c59e1d528649b9 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 13 二月 2025 10:52:42 +0800 Subject: [PATCH] 0~3岁婴幼儿抚育与教育样章 --- 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