From 9e5a84a4e41d7ab2cb820c7f77122f69a9d036dd Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 20:15:09 +0800
Subject: [PATCH] 图书列表、详情代码修改

---
 packageBookService/pages/bookServices/examination/questionSchedule/index.wxml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
index b95c893..6b9891a 100644
--- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
@@ -3,7 +3,7 @@
   wx:if="{{((answerType == 'option' || answerType == 'mock') && !submitStatus) || answerType == 'collectQuestion' || answerType =='errorQuestion'}}"
   class="schedule"
   id="schedule"
-  style="background-color:{{isNight ? '#000' : '#fff'}}"
+  style="background-color:{{isNight ? '#1a1a1a' : '#fff'}}"
 >
   <view class="schedule-top">
     <!-- 绛旈杩涘害 -->
@@ -31,7 +31,11 @@
 </view>
 
 <!--  缁冧範銆佺粍鍗� 鎻愪氦鍚� -->
-<view wx:else class="schedule submit-message">
+<view
+  wx:else
+  class="schedule submit-message"
+  style="background-color:{{isNight ? '#1a1a1a' : '#fff'}};color: {{isNight ? '#fff' : '#000'}}; "
+>
   <view>
     瀹㈣棰樺緱鍒嗭細<text class="parimary-color">{{subjectiveNum}}鍒�</text> /
     {{subjectiveGrade}}鍒�

--
Gitblit v1.9.1