| | |
| | | <view class="question-card-list"> |
| | | <view wx:for="{{cardList}}" wx:key="index" class="card-box"> |
| | | <!-- 题型 --> |
| | | <view class="question-title"> |
| | | <view class="question-title" wx:if="{{item.infoList.length}}"> |
| | | <text class="color-box"></text> |
| | | <text class="title-text">{{item.catalogName}}</text> |
| | | </view> |
| | |
| | | max="{{48}}" |
| | | step="{{7}}" |
| | | activeColor="#ff6c00" |
| | | bind:changing="onChangeSlider" |
| | | bind:change="onChangeSlider" |
| | | /> |
| | | </view> |
| | | |
| | |
| | | <t-dialog |
| | | class="test-report" |
| | | visible="{{testReportState}}" |
| | | cancel-btn="{{null}}" |
| | | confirm-btn="{{null}}" |
| | | close-btn="{{true}}" |
| | | title="测试报告" |
| | | bind:close="closeTestReportDialog" |
| | | > |