From ae2a92ba254050e8d9bdbe43193fa5bc7674438f Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 24 五月 2024 15:53:13 +0800 Subject: [PATCH] 英语完善 --- src/books/lifeCare/view/chapter004.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/view/chapter004.vue b/src/books/lifeCare/view/chapter004.vue index b9f9313..00087d1 100644 --- a/src/books/lifeCare/view/chapter004.vue +++ b/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) }; -- Gitblit v1.9.1