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