From 3182ff9a1fc71b628e4f48dc28a99e99a7a4be00 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 27 五月 2024 17:45:52 +0800 Subject: [PATCH] 优化 --- src/books/lifeCare/view/chapter003.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/view/chapter003.vue b/src/books/lifeCare/view/chapter003.vue index 1319c71..1a383de 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> @@ -2486,6 +2486,7 @@ isScore1Open: true, isScore2Open: true, isScore3Open: true, + isScore4Open:true, qustionData: {}, // 涓冩娲楁墜娉曡瘎鍒嗐�傘�� publicHeader: ["搴忓彿", "鑰冩牳鍐呭", "閰嶅垎", "璇勫垎鏍囧噯", "鎵e垎", "寰楀垎"], @@ -2824,7 +2825,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