index.wxml 505 B

12345
  1. <!-- components/w-search/index.wxml -->
  2. <van-search value="{{ searchName }}" use-left-icon-slot use-action-slot show-action custom-class="searchList {{ backgroundClass }}" placeholder="{{ placeholder }}" bind:search="onSearch" bind:clear="onSearch" bind:change="onSearchChange" placeholder-style="{{ placeholderStyle }}">
  3. <image slot="left-icon" src="./images/icon-search.png" class="icon-search" />
  4. <view slot="action" class="searchBtn" bind:tap="onSearch">{{ searchButtonText }}</view>
  5. </van-search>