{include file="header.html"}
{include file="common.html"} {assign var="tb" value="收货地址"} {include file="toolbar.html"}
{foreach item=address from=$addresslist}
{$address.address}
{/foreach}
添加地址
{include file="footer.html"}