{include file='lib/header.html'}
{if $citys} {/if} {if $towns} {/if}
店铺类目 全部 {foreach item=c from=$catlist} {$c.cname} {/foreach}
所在区域 不限 {foreach item=p from=$provinces} {$p.province} {/foreach}
所在区域 不限 {foreach item=p from=$citys} {$p.city} {/foreach}
所在区域 不限 {foreach item=p from=$towns} {$p.town} {/foreach}
起送金额 不限 {foreach item=s from=$smlist} {$s.cname} {/foreach}
人均消费 不限 {foreach item=a from=$amlist} {$a.cname} {/foreach}
排序 销量 最新
{$pagelist}
{include file='lib/shopcar.html'} {if $shoplists} {foreach item=s from=$shoplists} {/foreach}
店铺推荐
{$s.shopname}
{/if}

挑食客答疑

{foreach item=guest from=$guestlist}
{$guest.username}: {$guest.content}
口福答疑 {$guest.reply}
{/foreach}
{include file='lib/footer.html'}