<{import file="index/header.html" title="收货地址"}>
新增收货地址
<{uqcms m="address" v="add" c="get_all"}> <{if $add}> <{foreach item=i from=$add}> <{/foreach}> <{else}> <{/if}>
姓名 电话 地址 操作 默认
<{$i.name}> <{$i.mobile}> <{$i.area}>, <{$i.address}> 编辑 删除
<{if $i.is_default == '1'}> 默认 <{else}> 设为默认 <{/if}>
您还没添加送货地址~
<{include file="index/footer.html"}>