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) };