{include file="header.html"}
{include file="common.html"}
返回
店铺列表
类目
{if $cname}{$cname}{else}全部{/if}
区域
{if $town}{$town}{elseif $city}{$city}{elseif $province}{$province}{else}全部{/if}
起送价
{if $smname}{$smname}{else}全部{/if}
全部
{foreach item=c from=$catlist}
{$c.cname}
{/foreach}
不限
{foreach item=s from=$smlist}
{$s.cname}
{/foreach}
不限
{foreach item=p from=$provinces}
{$p.province}
{/foreach}
{if $citys} {foreach item=p from=$citys}
{$p.city}
{/foreach} {/if}
{if $towns} {foreach item=p from=$towns}
{$p.town}
{/foreach} {/if}
{foreach item=c from=$shoplist} {include file="shop_item.html"} {/foreach}
{$pagelist}
{include file='footer.html'}