{include file="head.html"}
房源列表
全部房源 新房 二手房
{foreach item=c from=$list}
{$c.description}
{foreach item=img from=$c.imgslist} {/foreach}
总价
¥{$c.total_money}
万元
{/foreach}
{assign var="ftnav" value="resource"} {include file="ftnav.html"} {include file="footer.html"}