¥{$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])}
{eval app('bshare')->load('product_detail', array('product'=>$item))}