From f1e20feafa89c8d50af5e69c0333a9efc239ee49 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 01 四月 2024 14:09:11 +0800
Subject: [PATCH] 图书详情页bug修改,我的错题、收藏模式下答题卡添加题目类型,非单选题添加查看解析按钮

---
 packageBookService/pages/bookServices/examination/questionList/index.wxml |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxml b/packageBookService/pages/bookServices/examination/questionList/index.wxml
index 22ae54e..d84f477 100644
--- a/packageBookService/pages/bookServices/examination/questionList/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -10,7 +10,10 @@
     style="background-color:{{isNight ? '#222' : '#fff'}}"
   >
     <text class="title-name">{{questionList[showIndex].type}}</text
-    ><text class="title-score" style="color: {{isNight ? '#fff' : '#000'}};"
+    ><text
+      wx:if="{{questionList[showIndex].score}}"
+      class="title-score"
+      style="color: {{isNight ? '#fff' : '#000'}};"
       >(姣忛{{questionList[showIndex].score}}鍒�)</text
     >
   </view>
@@ -246,7 +249,9 @@
       <view
         wx:if="{{(answerType == 'collectQuestion' || answerType ==  'errorQuestion') && (item.questionType == 'multipleChoice' || item.questionType ==  'completion' || item.questionType == 'shortAnswer')}}"
       >
-        鏌ョ湅瑙f瀽
+        <t-button theme="primary" class="view-parsing" bind:tap="viewParsing"
+          >鏌ョ湅瑙f瀽</t-button
+        >
       </view>
       <!-- 鍗曢�夈�佸閫夎В鏋� -->
       <view

--
Gitblit v1.9.1