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/chapter003.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/view/chapter003.vue b/src/books/lifeCare/view/chapter003.vue index 1319c71..558cd33 100644 --- a/src/books/lifeCare/view/chapter003.vue +++ b/src/books/lifeCare/view/chapter003.vue @@ -2424,7 +2424,7 @@ v-if="chapter003.idOpenThree && chapter003.qustionData[48]" class="tips-file" > - <examinations :cardList="chapter003.qustionData[48]" /> + <examinations :primaryColor="'#f49a4c'" :cardList="chapter003.qustionData[48]" /> </div> </div> </div> @@ -2824,7 +2824,7 @@ components: { examinations, }, - created() { + async created() { const localData = JSON.parse(localStorage.getItem("chapter003")); if (localData) { this.chapter003 = { ...Object.assign(this.chapter003, localData) }; -- Gitblit v1.9.1