- <van-search
- value="{{ value }}"
- placeholder="麻辣烫"
- use-action-slot
- bind:change="onChange"
- bind:search="onSearch"
- >
- <button slot="action" bind:tap="onClick"
- class="text">搜索</button>
- </van-search>
- <view class="mediunm">
- <image src="../image/weisousuodao@2x(1).png" class="photo"></image>
- <view class="medium-text"> 没有找到匹配的结果</view>
- </view>
|