zhongshujie
2025-02-13 1453ff2ca9930c8f1d0f9eb7d4c59e1d528649b9
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