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