{extend name="shop/default/Member/base" /} {block name="resources"} {/block} {block name="main"}
  • 收货地址列表

操作提示:

  • 您可对已有的地址进行编辑及删除,亦可新增收货地址
{if condition="$total_count neq ''"}
{volist name="list['data']" id="new" key="k" } {/volist}
收货人 所在地区 详细地址 手机号 操作
{$new.consigner}
{$new.address_info}
{$new.address}
{$new.mobile}
修改 {if condition="$new.is_default neq 1"} 删除 {/if}
{else/}
您还没有添加收货地址哦!
{/if}
{include file='shop/default/controlCommonPage'/}
{/block} {block name="javascript"} {/block}