search.wxml 366 B

12345
  1. <van-search value="{{ value }}" shape="round" bind:change='textChange' bind:clear='onClear' bind:search='textChange' background="var(--bgColor)" use-action-slot placeholder="请输入搜索关键词">
  2. <view slot='action' class="right">
  3. <text class="iconfont {{isReverse?'icon-shengxu1':'icon-jiangxu'}}" catchtap="handleSort" />
  4. </view>
  5. </van-search>