13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
<view class="search_head">
|
|
<van-search
|
|
value="{{ searchText }}"
|
|
placeholder="请输入搜索关键词"
|
|
use-action-slot
|
|
bind:change="onChange"
|
|
bind:search="onSearch"
|
|
>
|
|
|
|
</van-search>
|
|
<van-button style="margin-right: 10px;" type="primary" size="small" slot="action" bind:tap="onSearchCliclk">搜索</van-button>
|
|
</view>
|