Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
8dc3f930fd
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/mall/search-list/index.wxml

2
pages/mall/search-list/index.wxml

@ -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">

Loading…
Cancel
Save