yiming
2024-04-03 f0229b7c6801f6429dec75e208192b61053b8c7d
packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -172,6 +172,7 @@
            wx:key="contentIndex"
          >
            <t-checkbox
              icon="rectangle"
              block="{{false}}"
              value="{{contentItem.value}}"
              style="background-color:{{isNight ? '#222' :'#F9F9F9'}}; display: flex; align-items: center; margin-bottom: 20rpx;"
@@ -248,6 +249,7 @@
      <!-- 我的错题、收藏模式下,查看解析按钮 -->
      <view
        wx:if="{{(answerType == 'collectQuestion' || answerType ==  'errorQuestion') && (item.questionType == 'multipleChoice' || item.questionType ==  'completion' || item.questionType == 'shortAnswer')}}"
        style="margin-left: 40rpx"
      >
        <t-button theme="primary" class="view-parsing" bind:tap="viewParsing"
          >查看解析</t-button