| | |
| | | <view wx:if="{{theme == 'step'}}" class="{{name}}__steps"> |
| | | <view wx:for="{{steps}}" wx:key="index" class="{{name}}__step" bind:tap="onStepClick" data-index="{{index}}"> |
| | | <view |
| | | class="{{name}}__step-dot {{name}}__step-dot--{{item !== placeholder ? 'active' : ''}} {{name}}__step-dot--{{index === steps.length - 1 ? 'last' : ''}}" |
| | | class="{{name}}__step-dot {{name}}__step-dot--{{item !== defaultOptionLabel ? 'active' : ''}} {{name}}__step-dot--{{index === steps.length - 1 ? 'last' : ''}}" |
| | | ></view> |
| | | <view class="{{name}}__step-label {{name}}__step-label--{{index === stepIndex ? 'active' : ''}}"> |
| | | {{ item }} |
| | |
| | | class="{{name}}__options" |
| | | scroll-y |
| | | scroll-top="{{scrollTopList[index]}}" |
| | | type="list" |
| | | style="height: {{_optionsHeight}}px" |
| | | > |
| | | <view class="cascader-radio-group-{{index}}"> |
| | | <t-radio-group |