yiming
2024-08-02 b11d7de9cee8629efe5328d49926040d55b5816a
src/books/sportsAndHealth/view/components/chapter001.vue
@@ -6122,7 +6122,11 @@
    };
  },
  created() {
    const localData = JSON.parse(localStorage.getItem("chapter001"));
    // console.log(localData);
    // debugger
    if (localData) {
      this.chapter001 = { ...Object.assign(this.chapter001, localData) };
    }