优惠券
{if !empty($couponList)}
{foreach $couponList as $one}
编号:{$one.bonus_sn}
类别: {$one.type_name}
面值: ¥{$one.type_money}
所需消费金额:¥{$one.min_goods_amount}
有效期:{if $one.valid}{date('Y-m-d H:i:s', $one.use_start_date)} 至 {date('Y-m-d H:i:s', $one.use_end_date)}{else}
已过期{/if}
{if !$one@last}
{/if}
{/foreach}
{else}
您还没有美丽券!
{/if}
{include file = "wap/_footer.html" scope = parent}