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 ++-- src/books/lifeCare/view/chapter002.vue | 1 - src/books/lifeCare/view/chapter001.vue | 1 - src/books/lifeCare/view/chapter003.vue | 4 ++-- src/books/lifeCare/view/chapter004.vue | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/books/lifeCare/view/chapter001.vue b/src/books/lifeCare/view/chapter001.vue index 99521c7..370362c 100644 --- a/src/books/lifeCare/view/chapter001.vue +++ b/src/books/lifeCare/view/chapter001.vue @@ -1357,7 +1357,6 @@ @blur="onBlurChange('desc3')" ></textarea> </div> - <p><br /></p> <div class="tips-bk"> <div class="bj-tip"> 浜戞祴璇曪細鍗曞厓涓�搴旂敤涓庡疄璺�<img diff --git a/src/books/lifeCare/view/chapter002.vue b/src/books/lifeCare/view/chapter002.vue index 496c05d..129d081 100644 --- a/src/books/lifeCare/view/chapter002.vue +++ b/src/books/lifeCare/view/chapter002.vue @@ -1187,7 +1187,6 @@ <h4 id="d015"> 鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span> </h4> - <p><br /></p> <p><b>涓�銆佸崟閫夐</b></p> <p> 1.娆查厤鍒舵祿搴︿负250mg/L鐨勬湁鏁堟隘娑堟瘨鍓�2000mL锛岄渶瑕佷娇鐢ㄦ湁鏁堟隘鍚噺涓�500mg/鐗囩殑鍚隘娑堟瘨鐗囷紙銆�<input 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) }; 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) }; 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