From 608eefe5fb03d2f3d3145b11d7de573434451e76 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 29 三月 2024 19:42:58 +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..9153292 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>
+      <!-- 鎴戠殑閿欓妯″紡涓嬶紝鏌ョ湅瑙f瀽鎸夐挳 -->
+      <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