{extend name="base"} {block name="title"}{$cate.name} - {:__get_set('set')['name']}{/block} {block name="keywords"}{$cate.tags}{/block} {block name="description"}{$cate.ribe}{/block} {block name="main"}
{include file="index/cate-wap"} {if condition="__get_set('set')['buju'] eq 0"}
{$cate.name} 商品数量:{$count}件
{volist name="list" id="vv"}
¥{$vv.money}
库存:{$vv.kucun}
{/volist}
{else /}
{$cate.name} 商品数量:{$count}件
{volist name="list" id="vv"}
{$vv.title}
¥{$vv.money} 库存{$vv.kucun}件
{$vv.title}
{/volist}
{/if}
{/block}