index.wxml 348 B

123456
  1. <van-search class="search" value="{{ value }}" shape="round" background="#fff" placeholder="搜索姓名、手机号" bind:search='onSearch' bind:clear='onClear' />
  2. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  3. <view class="total">共{{content.total}}位</view>
  4. <List list='{{list}}' />
  5. <view style="height: 250rpx;" />
  6. </Yl_ListBox>