From b273028fde3178d2643312c66d943b12f2c1bfad Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 21 三月 2024 09:26:06 +0800
Subject: [PATCH] 图书分类、图书列表、图书详情·页测试bug修改

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

diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
index c7cad08..ac5ebbf 100644
--- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
@@ -1,17 +1,12 @@
 <!--pages/bookServices/examination/questionSchedule/questionSchedule.wxml-->
-<view class="schedule">
+<view class="schedule" id="schedule" style="background-color:{{isNight ? '#000' : '#fff'}}">
   <view class="schedule-top">
-    <view class="question-schedule"
-      >绛旈杩涘害<text class="parimary-color question-num">{{ready}}</text>
-      <text>/{{questionList.length}}</text></view
-    >
-    <view
-      class="remainder"
-      wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock')}}"
-      >鍓╀綑鏃堕棿 <text class="parimary-color">{{showTime}}</text></view
-    >
+    <view class="question-schedule" style="color: {{isNight ? '#fff' : '#000'}};">绛旈杩涘害<text class="parimary-color question-num">{{ready}}</text>
+      <text>/{{questionList.length}}</text>
+    </view>
+    <view class="remainder" wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock')}}" style="color:  {{isNight ? '#fff' : '#000'}};">鍓╀綑鏃堕棿 <text class="parimary-color">{{showTime}}</text></view>
   </view>
   <view class="schedule-progress">
     <t-progress percentage="{{percentage}}" color="#ff6c00" label="" />
   </view>
-</view>
+</view>
\ No newline at end of file

--
Gitblit v1.9.1