{include file="biz/biz_header.html"} {include file="biz/biz_nav.html"}
{include file="biz/biz_info_header.html"}
{include file="biz/biz_left.html"}

消费券列表 返回上一页

{foreach from=$coupon_list item=coupon key=key} {/foreach}
序列号 {$LANG.COUPON_BEGIN_TIME} {$LANG.COUPON_END_TIME} {$LANG.ORDER_USER} {$LANG.COUPON_ORDER_GOODS} {$LANG.COUPON_USE_TIME}
{$coupon.sn} {if $coupon.begin_time eq 0}{$LANG.NOT_LIMIT_TIME}{else}{function name="to_date" v=$coupon.begin_time}{/if} {if $coupon.end_time eq 0}{$LANG.NOT_LIMIT_TIME}{else}{function name="to_date" v=$coupon.end_time}{/if} {function name="get_user_name" v=$coupon.user_id} {function name="get_order_item_link" v=$coupon.order_deal_id} {function name="get_coupon_confirm_time" v=$coupon.confirm_time}
{$pages}
{include file="biz/biz_footer.html"}