yiming
2024-03-29 bc63cd0e8e9c380be145f23f3456235d124a50d9
packageBookService/pages/bookServices/examination/questionOptions/index.wxml
@@ -129,7 +129,7 @@
          max="{{48}}"
          step="{{7}}"
          activeColor="#ff6c00"
          bind:changing="onChangeSlider"
          bind:change="onChangeSlider"
        />
      </view>
@@ -178,9 +178,7 @@
<t-dialog
  class="test-report"
  visible="{{testReportState}}"
  cancel-btn="{{null}}"
  confirm-btn="{{null}}"
  close-btn="{{true}}"
  title="测试报告"
  bind:close="closeTestReportDialog"
>