闫增涛
2024-03-26 5ca38e4ef60e35f08e87d6569b72c25433c311ca
packageBookService/pages/bookServices/examination/questionOptions/index.wxml
@@ -115,21 +115,22 @@
    <view class="brightness">
      <text>A-</text>
      <view class="brightness-slider">
        <t-slider
        <!-- <t-slider
          value="{{sliderValue}}"
          theme="capsule"
          min="{{14}}"
          min="{{24}}"
          max="{{100}}"
          step="{{7}}"
          bind:change="onChangeSlider"
        />
        <!-- <slider
          value="{{sliderValue}}"
          min="{{10}}"
          step="{{10}}"
          activeColor="#ff6c00"
          bind:chang="onChangeSlider"
        /> -->
        <slider
          value="{{sliderValue}}"
          min="{{28}}"
          max="{{48}}"
          step="{{7}}"
          activeColor="#ff6c00"
          bind:changing="onChangeSlider"
        />
      </view>
      <text>A+</text>
@@ -177,9 +178,7 @@
<t-dialog
  class="test-report"
  visible="{{testReportState}}"
  cancel-btn="{{null}}"
  confirm-btn="{{null}}"
  close-btn="{{true}}"
  title="测试报告"
  bind:close="closeTestReportDialog"
>