{include file="head.html"}
{$shop.shopname}
{if $shop.yystatus eq 1}营业中{else}待营业{/if}
{foreach item=c from=$flashList}
{/foreach}
{if $navList} {/if}
掌柜推荐
{foreach item=c from=$recList}
{$c.title}
¥{$c.price}
{if $c.ispin}
{/if}
{$c.fenliang}
+购物车
{/foreach}
小店热销
{foreach item=c from=$hotList}
{$c.title}
¥{$c.price}
{$c.fenliang}
+购物车
{/foreach}
{$site.icp}
{include file="ftnav.html"} {include file="footer.html"}