Browse Source

no message

master
xpz2018 6 years ago
parent
commit
11e56c8c5c
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/mall/search-list/index.wxml

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

@ -7,7 +7,7 @@
<view class="cu-bar bg-white search fixed" style="top:{{CustomBar}}px;">
<view class="search-form" style="border-radius: 12rpx">
<text class="cuIcon-search" style="font-size: 12px"></text>
<input value="{{form.name}}" focus="{{focus}}" placeholder="请输入要搜索的商品" confirm-type="search" bindinput="bindSearch" bindfocus="bindFocus"></input>
<input value="{{form.name}}" focus="{{focus}}" placeholder="请输入要搜索的商品" confirm-type="search" hold-keyboard="{{true}}" bindinput="bindSearch" bindfocus="bindFocus"></input>
<text class="cuIcon-roundclose" hidden="{{form.name.length === 0}}" style="font-size: 17px" catchtouchstart="clearInput"></text>
</view>
<view class="action">

Loading…
Cancel
Save