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