index.wxml 481 B

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