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