{template '_header'}
{ifp 'sale.wxcard.add'} 添加代金券 添加折扣券 {/if}

优惠券管理 总数: {$total} 排序数字越大越靠前显示

{if count($list)>0} {loop $list $row} {/loop}
卡券名称 卡券类型 总库存 当前库存 操作
{$row['title']} {if $row['card_type']=="CASH"} 代金券{else if $row['card_type']=="DISCOUNT"}折扣券 {/if} {$row['total_quantity']} {$row['quantity']}
{$pager} {else}
暂时没有任何优惠券!
{/if} {template '_footer'}