|
|
|
@ -3,7 +3,7 @@ |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<view class="bg-white"> |
|
|
|
<free-input value="{{form.searchKey}}" placeholder="请输入关键字" extreaWord="搜索" focus="{{focus}}" close="{{true}}" bind:focus="onFocusChange" bind:confirm="onSearchList" bind:extrea="onSearchList"></free-input> |
|
|
|
<free-input value="{{form.searchKey}}" placeholder="请输入关键字" extreaWord="搜索" focus="{{focus}}" close="{{true}}" bind:focus="onFocusChange" bind:confirm="onSearchList" bind:extrea="onSearchList"></free-input> |
|
|
|
</view> |
|
|
|
<view class="bg-white" style="height:90rpx;border-bottom:2rpx solid #f3f3f3" wx:if="{{!focus || searchList.length == 0}}"> |
|
|
|
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" disable="{{requesting || loading}}" scroll="{{false}}" bind:change="onTabChange"/> |
|
|
|
|