|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<free-input value="{{form.searchKey}}" placeholder="请输入关键字" extreaWord="搜索" bind:focus="onFocusChange" bind:blur="onBlurChange" focus="{{focus}}" close="{{true}}" 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}}" line-height="{{3}}" disable="{{requesting || loading}}" scroll="{{false}}" bind:change="onTabChange"></wux-tabi> |
|
|
|
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" disable="{{requesting || loading}}" scroll="{{false}}" bind:change="onTabChange"/> |
|
|
|
</view> |
|
|
|
<view class="bg-white" wx:if="{{focus && searchList.length}}"> |
|
|
|
<view class="cu-form-group" style="min-height:80rpx"> |
|
|
|
|