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