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