{$T.data.label}
{#foreach $T.data.itemList as record} {#/for}
{#if $T.record.pageType =="Goods"} {#if $T.data.isShowTitle ==true}
{getSubstrTitle($T.record.goods.title)}
{#/if}
{#if $T.data.isShowSubTitle ==true}
{getSubstrTitle($T.record.goods.subTitle)}
{#/if} {#if $T.data.isShowSalePrice ==true} ¥{$T.record.goods.salePrice} {#/if} {#if $T.data.isShowPrice ==true} ¥{$T.record.goods.price} {#/if} {#if $T.data.isShowSaleCount ==true} 销量: {$T.record.goods.saleCount} {#/if}
{#/if}