Browse Source

no message

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

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

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

Loading…
Cancel
Save