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/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