From f72f8966ba4e1715e8df82d5cf1c7e912b6da719 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 01 四月 2024 10:21:07 +0800
Subject: [PATCH] 检索的bug

---
 packageBookService/pages/bookServices/examination/questionList/index.wxml |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxml b/packageBookService/pages/bookServices/examination/questionList/index.wxml
index f866510..22ae54e 100644
--- a/packageBookService/pages/bookServices/examination/questionList/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -120,6 +120,7 @@
                 <view
                   wx:if="{{item.optionStyle == 'TxtAndImage'}}"
                   class="fl-center"
+                  style="height: min-content"
                 >
                   <text>{{contentItem.value}}銆�</text>
                   <text class="radio-textimg">{{contentItem.txt}}</text>
@@ -170,14 +171,18 @@
             <t-checkbox
               block="{{false}}"
               value="{{contentItem.value}}"
-              style="background-color:{{isNight ? '#222' :'#fff'}}; display: flex; align-items: center;"
+              style="background-color:{{isNight ? '#222' :'#F9F9F9'}}; display: flex; align-items: center; margin-bottom: 20rpx;"
             >
               <!-- 浠呮枃瀛� -->
-              <text
+              <view
+                class="fl-center"
                 wx:if="{{item.optionStyle == 'Txt'}}"
                 style="color:{{ isNight  ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;"
-                >{{contentItem.value}}銆亄{contentItem.txt}}</text
               >
+                <text>{{contentItem.value}}銆�</text>
+                <text class="check-text-box">{{contentItem.txt}}</text>
+              </view>
+
               <!-- 浠呭浘鐗� -->
               <view wx:if="{{item.optionStyle == 'Image'}}" class="fl-center">
                 <text
@@ -237,6 +242,12 @@
           style="background-color:{{isNight ? '#000' : '#fff'}}; "
         />
       </view>
+      <!-- 鎴戠殑閿欓銆佹敹钘忔ā寮忎笅锛屾煡鐪嬭В鏋愭寜閽� -->
+      <view
+        wx:if="{{(answerType == 'collectQuestion' || answerType ==  'errorQuestion') && (item.questionType == 'multipleChoice' || item.questionType ==  'completion' || item.questionType == 'shortAnswer')}}"
+      >
+        鏌ョ湅瑙f瀽
+      </view>
       <!-- 鍗曢�夈�佸閫夎В鏋� -->
       <view
         class="analysis"

--
Gitblit v1.9.1