{getSubstrTitle($T.record.goods.title)}
{#/if}
{#if $T.data.isShowSubTitle ==true}
{#/if}
{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}
|
{#/for}