{cw:include("cw_head.html")}
最新出租
更多
    {cw:loop select top 10 * from cw_hous where classid=2 order by id desc}
  • {title}{type}{price}元
  • {/cw:loop}
最新出售
更多
    {cw:loop select top 10 * from cw_hous where classid=3 order by id desc}
  • {title}{type}{price}元
  • {/cw:loop}
求租信息
更多
    {cw:loop select top 10 * from cw_hous where classid=4 order by hits desc,id desc}
  • {title}
  • {/cw:loop}
合租信息
更多
    {cw:loop select top 10 * from cw_hous where classid=5 order by hits desc,id desc}
  • {title}
  • {/cw:loop}
推荐房源
    {cw:loop select top 6 * from cw_hous where ispic=1 order by id desc}
  • {title}
    {title}
  • {/cw:loop}
{cw:include("cw_foot.html")}