{foreach $topInfo.data as $k=>$v}
    {foreach $v->goodsIds as $x}
  • {$dataProductList[$x].goods_name} ¥{if $dataProductList[$x].is_group_sale}{$dataProductList[$x].promote_price|price_format}{else}{$dataProductList[$x].shop_price|price_format}{/if}原价¥{$dataProductList[$x].market_price|price_format} {if $dataProductList[$x].goods_number > 0} 立即抢购 {else} 已抢光 {/if} 已有{$dataProductList[$x].bought}人购买 {if $dataProductList[$x].goods_number > 0} {else} {/if}
  • {/foreach}
{/foreach}