{loop $product $item} {eval $icc++}
今日团购: {$item['name']}
{$item['nowprice']}
    {if $item['presell']}
  • 原价

    ¥{$item['price']}

  • 团购价

    {$item['presell']['price_full']}

  • {$item['presell']['text']}

    ¥{$item['nowprice']}

  • {else}
  • 原价

    ¥{$item['price']}

  • 折扣

    {$item['discount']}折

  • 节省

    ¥{$item['price']-$item['nowprice']}

  • {/if}
{$item['succ_buyers']}人已购买
剩余时间:
{eval ui('iimager')->single($item['id'], $item['imgs'][0])}
{/loop}
{~page_moyo()}