From 52c48271464e7312a474cd62a486c227972e34e0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 23 五月 2024 15:29:37 +0800 Subject: [PATCH] 优化 --- src/books/lifeCare/view/chapter005.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/view/chapter005.vue b/src/books/lifeCare/view/chapter005.vue index eb49198..f60ff76 100644 --- a/src/books/lifeCare/view/chapter005.vue +++ b/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) }; -- Gitblit v1.9.1