From 1fa2461678d7f93b88f5666c4898e5b6c72080f3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 16 十二月 2024 10:21:06 +0800 Subject: [PATCH] 个人中心,班级、课程模块 --- packageBookService/pages/bookServices/examination/questionSchedule/index.wxml | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml index 54f3b66..8c19402 100644 --- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml +++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml @@ -1,6 +1,6 @@ <!--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 ? '#1a1a1a' : '#fff'}}" @@ -10,16 +10,14 @@ <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'}};" > <view class="remainder-text">鍓╀綑鏃堕棿 </view> -- Gitblit v1.9.1