{cw:include("cw_head.html")}
当前位置:{cw:class_position}
{cw:class_name}
{cw:page select * from cw_shop where classid in({cw:class_allid}) order by id desc}
{title}
主营:{service}
地址:{address}
[@{adddate}#date=yyyy-mm-dd]
{/cw:page}
{cw:html_page}
推荐
商家
{cw:loop select top 6 * from cw_shop where ispic=1 and classid={cw:class_id} order by id desc}
{title}
{/cw:loop}
点击
排行
{cw:loop select top 10 * from cw_shop where classid={cw:class_id} order by hits desc,id desc}
{i}.{title}
{/cw:loop}
{cw:include("cw_foot.html")}