闫增涛
2024-04-02 d16edf75075be3e4bc8eeb90420d048101068163
packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -248,6 +248,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