From b3f54fc91f0d95678f8364978691fd0cbc85e6e8 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期三, 18 十二月 2024 10:57:22 +0800
Subject: [PATCH] 1

---
 packageBookService/pages/bookServices/examination/questionOptions/index.wxml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxml b/packageBookService/pages/bookServices/examination/questionOptions/index.wxml
index 4ce5819..70bf3e4 100644
--- a/packageBookService/pages/bookServices/examination/questionOptions/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionOptions/index.wxml
@@ -7,6 +7,7 @@
     class="li-option"
     bind:tap="setCollect"
     style="color: {{isNight ? '#fff' : '#000'}};"
+    wx:if="{{answerType !== 'interaction'}}"
   >
     <image
       src="{{ questionDataList[currentIndex].isCollect ? '/static/images/bookService/detail/collecting.png' : isNight ? '/static/images/bookService/examination/wodeshoucang-w.png' : '/static/images/bookService/examination/collect.png'}}"
@@ -50,8 +51,8 @@
       size="large"
       style="{{btnStyle}}"
       bind:tap="submitBtn"
-      >{{(answerType == 'option' || answerType == 'mock') && !submitStatus ?
-      '鎻愪氦' : '閫�鍑�'}}</t-button
+      >{{(answerType == 'option' || answerType == 'mock' || answerType ==
+      'interaction') && !submitStatus ? '鎻愪氦' : '閫�鍑�'}}</t-button
     >
   </view>
 </view>
@@ -102,7 +103,7 @@
         <text>姝g‘</text>
       </view>
     </view>
-    <view class="question-card-list">
+    <scroll-view scroll-y="{{true}}" class="question-card-list">
       <view wx:for="{{cardList}}" wx:key="index" class="card-box">
         <!-- 棰樺瀷 -->
         <view class="question-title" wx:if="{{item.infoList.length}}">
@@ -124,7 +125,7 @@
           </view>
         </view>
       </view>
-    </view>
+    </scroll-view>
   </view>
 </t-popup>
 

--
Gitblit v1.9.1