| | |
| | | |
| | | <view class="bookServices-list"> |
| | | <view class="list-header"> |
| | | <!-- <scroll-view scroll-x="{{true}}" class="header-scroll"> --> |
| | | <view class="header-scroll"> |
| | | <t-dropdown-menu style="width: 1000rpx"> |
| | | <t-dropdown-item options="{{stairList.options}}" value="{{stairList.value}}" bindchange="onChangeStair" /> |
| | |
| | | <t-dropdown-item label="新形态教材" options="{{newTextBook.options}}" optionsColumns="2" multiple defaultValue="{{newTextBook.value}}" bind:confirm="changeNewText" bind:reset="resetNewText" /> |
| | | </t-dropdown-menu> |
| | | </view> |
| | | <!-- </scroll-view> --> |
| | | <view class="header-sort" bind:tap="sortClick"> |
| | | <text class="sort-name">排序</text> |
| | | <!-- <view class="sort-icon"> --> |