$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/account_nav.htm?op=address")
地址列表
收货人姓名 |
所在地区 |
详细地址 |
联系电话 |
手机号码 |
操作 |
#foreach($obj in $objs)
$!obj.trueName |
#set($address="$!obj.area.parent.parent.areaName $!obj.area.parent.areaName $!obj.area.areaName")
$!address |
$!obj.area_info |
$!obj.telephone |
$!obj.mobile |
编辑删除 |
#end
|
$!httpInclude.include("/footer.htm")