{loop $product $item} {eval $icc++} {if $icc == 1}
今日团购: {$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])}
{else}
{eval ui('iimager')->single($item['id'], $item['imgs'][0])}
¥{$item['nowprice']}
  • 原价:¥{$item['price']}
{if $item['presell']}
团购价:¥{$item['presell']['price_full']}
{/if}
{$item['succ_buyers']}人已购买
{/loop} {/if}
{~page_moyo()}