From 3a54c6c78d0d08c627952c81daa5d2839fa054a6 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 25 十二月 2024 10:02:37 +0800
Subject: [PATCH] 教学互动显示

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

diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
index b95c893..8c19402 100644
--- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml
@@ -1,27 +1,27 @@
 <!--pages/bookServices/examination/questionSchedule/questionSchedule.wxml-->
 <view
-  wx:if="{{((answerType == 'option' || answerType == 'mock') && !submitStatus) || answerType == 'collectQuestion' || answerType =='errorQuestion'}}"
+  wx:if="{{((answerType == 'option' || answerType == 'mock' || answerType == 'interaction') && !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">
     <!-- 绛旈杩涘害 -->
     <view
       class="question-schedule"
       style="color: {{isNight ? '#fff' : '#000'}};"
-      >{{(answerType == 'option' || answerType == 'mock') ? '绛旈杩涘害' :
-      answerType == 'collectQuestion' ? '鏀惰棌鏁伴噺' : '閿欓鏁伴噺' }}<text
-        class="parimary-color question-num"
-        >{{ready}}</text
-      >
+      >{{(answerType == 'option' || answerType == 'mock' || answerType ==
+      'interaction') ? '绛旈杩涘害' : answerType == 'collectQuestion' ? '鏀惰棌鏁伴噺'
+      : '閿欓鏁伴噺' }}<text class="parimary-color question-num">{{ready}}</text>
       <text>/{{questionList.length}}</text>
     </view>
     <view
       class="remainder"
-      wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock')}}"
+      wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock' || answerType == 'interaction')}}"
       style="color:  {{isNight ? '#fff' : '#000'}};"
-      >鍓╀綑鏃堕棿 <text class="parimary-color">{{showTime}}</text></view
+    >
+      <view class="remainder-text">鍓╀綑鏃堕棿 </view>
+      <view class="parimary-color remaining-time">{{showTime}}</view></view
     >
   </view>
   <!-- 杩涘害鏉� -->
@@ -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