| | |
| | | </view> |
| | | <t-search model:value="{{searchValue}}" shape="round" placeholder="请输入关键词/书名/ISBN/作者" class="navBar-search" style="width: 464rpx" bind:submit="searchBook" /> |
| | | </view> |
| | | <t-tabs defaultValue="{{0}}" bind:change="selectTab" t-class="custom-tabs" t-class-content="custom-panel"> |
| | | <t-tab-panel wx:for="{{tabList}}" wx:key="index" wx:for-item="item" wx:for-index="index" label="{{item.name}}" value="{{index}}" style="{{tabPanelstyle}}"> |
| | | <view class="heardTab"> |
| | | <view class="tabBox"> |
| | | <t-tabs defaultValue="{{0}}" bind:change="selectTab" t-class="custom-tabs"> |
| | | <t-tab-panel wx:for="{{tabList}}" wx:key="index" wx:for-item="item" label="{{item.name}}" value="{{index}}" style="{{tabPanelstyle}}"> |
| | | </t-tab-panel> |
| | | </t-tabs> |
| | | </view> |
| | | <view class="dropdown"> |
| | | <t-dropdown-menu> |
| | | <t-dropdown-item options="{{sorter.options}}" default-value="{{sorter.value}}" bindchange="onSort" /> |
| | | </t-dropdown-menu> |
| | | </view> |
| | | </view> |
| | | <view class="contentBox"> |
| | | <view class="titleBox"> |
| | | <view class="frameBox"></view> |
| | |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | </t-tab-panel> |
| | | </t-tabs> |
| | | |
| | | </view> |