{if $smartyAttr.boughtListFinal.goodsList}
{/if}
{if $smartyAttr.goodsHistoryList}
您都看过哪些商品
{foreach item=x from=$smartyAttr.goodsHistoryList key=key name=foo}
-
{$x.goods_name}
¥{if $x.is_group_sale}{$x.promote_price}{else}{$x.shop_price}{/if} ¥{$x.market_price}
{/foreach}
{/if}
{if $smartyAttr.rightAd}
{foreach $smartyAttr.rightAd as $v}
{/foreach}
{/if}