{include file="head.html"}
优惠券列表 添加优惠券 优惠券用户
{foreach item=c from=$data} {/foreach}
id 名称 价格 最低消费 数量 截止日期 创建时间 状态 操作
{$c.id} {$c.title} {$c.money} {$c.lower_money} {$c.amount} {$c.etime|cutstr:10} {$c.dateline|date:Y-m-d}
赠送优惠券
编辑 删除
{$pagelist}
{include file="footer.html"}