From 7ea1bc543cd9ad231122d3882ee917d93bb975dc Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 25 三月 2024 09:49:52 +0800
Subject: [PATCH] 图书详情,答题器bug修改

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

diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
index b95c893..9d5f617 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">
     <!-- 绛旈杩涘害 -->

--
Gitblit v1.9.1