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