index.wxml 444 B

1234567
  1. <van-search class="top" value="{{ content.where.condition }}" use-action-slot placeholder="请输入搜索关键词" bind:search="onSearch" bind:clear='onClear'>
  2. <navigator url="/pages/bankAccount/update?id={{content.sys_enterpriseid}}" slot="action">添加卡号</navigator>
  3. </van-search>
  4. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  5. <view style="height: 20rpx;" />
  6. <List list="{{list}}" bind:onClick="onClick" />
  7. </Yl_ListBox>