index.wxml 399 B

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