- <van-search class="total" value="{{ content.where.condition }}" shape="round" placeholder="请输入搜索关键词" bind:search='startSearch' bind:clear='onClear' />
- <My_listBox id='ListBox' height="{{listHeight}}" bind:getlist='getList'>
- <view style="height: 20rpx;" />
- <List list='{{list}}' />
- </My_listBox>
|