- <van-search class="search" value="{{ value }}" shape="round" background="#fff" placeholder="{{language['搜索姓名、手机号']||'搜索姓名、手机号'}}" bind:search='onSearch' bind:clear='onClear' />
- <Yl_ListBox id='ListBox' bind:getlist='getList'>
- <view class="total">{{(language['共']||'共')+content.total+(language['位']||'位')}}</view>
- <List list='{{list}}' />
- </Yl_ListBox>
|