| | |
| | | <import src="/behaviors/picker/template-selector.wxml" /> |
| | | |
| | | <t-sticky> |
| | | <!-- <t-sticky> --> |
| | | <view class="filter-wrap"> |
| | | <view class="filter-item" bind:tap="handleSort"> |
| | | <text style="color: {{sorts !== '' ? color : '' }}">评分</text> |
| | | <view class="filter-sort"> |
| | | <!-- <t-icon |
| | | <t-icon |
| | | prefix="wr" |
| | | name="arrow_drop_up" |
| | | size="18rpx" |
| | | style="color:{{sorts === 'asc' ? color : '#bbb'}}" |
| | | /> --> |
| | | <t-icon |
| | | /> |
| | | <!-- <t-icon |
| | | name="component-grid" |
| | | size="18rpx" |
| | | style="color:{{sorts === 'asc' ? color : '#bbb'}}" |
| | | /> |
| | | /> --> |
| | | <t-icon |
| | | prefix="wr" |
| | | name="arrow_drop_down" |
| | |
| | | <view class="filter-wrap-2"> |
| | | <include src="/behaviors/picker/scene/template-scene.wxml" /> |
| | | </view> |
| | | </t-sticky> |
| | | <!-- </t-sticky> --> |
| | | |
| | | <include src="/behaviors/picker/time/template-time.wxml" /> |
| | | <!-- 筛选弹框 --> |