闫增涛
2024-04-01 aa2c08b3be23a01d44205b2c19d21a2bf53f944f
packageBookService/pages/bookServices/examination/questionOptions/index.wxml
@@ -79,7 +79,7 @@
    <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>
@@ -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:change="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"
>