闫增涛
2024-05-23 52c48271464e7312a474cd62a486c227972e34e0
src/books/lifeCare/view/chapter003.vue
@@ -2424,7 +2424,7 @@
            v-if="chapter003.idOpenThree && chapter003.qustionData[48]"
            class="tips-file"
          >
            <examinations :cardList="chapter003.qustionData[48]" />
            <examinations :primaryColor="'#f49a4c'" :cardList="chapter003.qustionData[48]" />
          </div>
        </div>
      </div>
@@ -2824,7 +2824,7 @@
  components: {
    examinations,
  },
  created() {
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter003"));
    if (localData) {
      this.chapter003 = { ...Object.assign(this.chapter003, localData) };