src/books/lifeCare/view/chapter004.vue
@@ -1239,7 +1239,7 @@ v-if="chapter004.idOpenThree && chapter004.qustionData[65]" class="tips-file" > <examinations :cardList="chapter004.qustionData[65]" /> <examinations :primaryColor="'#f49a4c'" :cardList="chapter004.qustionData[65]" /> </div> </div> </div> @@ -1312,7 +1312,7 @@ }, }; }, created() { async created() { const localData = JSON.parse(localStorage.getItem("chapter004")); if (localData) { this.chapter004 = { ...Object.assign(this.chapter004, localData) };