$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/nav.htm?op=coupon")
买家中心 > 我的优惠券
#foreach($obj in $objs) #end
优惠券编号 优惠券金额 可用订单金额 开始有效期 结束有效期 优惠券状态
$!obj.coupon_sn $!{config.currency_code}$!obj.coupon.coupon_amount $!{config.currency_code}$!obj.coupon.coupon_order_amount $!obj.coupon.coupon_begin_time $!obj.coupon.coupon_end_time #if($!obj.status==0)未使用#else 已使用#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")