{if $item.type == 'items'}
优惠券
{if !empty($item.from)}{$item.from|upper}{/if}
{else}
文章
{/if}
{if !empty($item.summary)}
{$item.title}
{$item.summary}
{/if}
{if $item.type == 'items'}
{if !empty($item.coupon)}券 ¥{$item.coupon}{/if}
{if !empty($item.price)}¥{$item.price}{/if}
{if !empty($item.origin) && $item.origin > $item.price}¥{$item.origin}{/if}
{else}
{/if}