| | |
| | | <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> |
| | |
| | | <t-dialog |
| | | class="test-report" |
| | | visible="{{testReportState}}" |
| | | cancel-btn="{{null}}" |
| | | confirm-btn="{{null}}" |
| | | close-btn="{{true}}" |
| | | title="测试报告" |
| | | bind:close="closeTestReportDialog" |
| | | > |