{template 'common/header'} {if $operation == 'post'}
编辑奖品
{php echo tpl_form_field_image('logo', $item['logo'] =='' ? $setting['thumb'] : $item['logo']);}
此设置项设置该奖品剩余奖品数。为0时不对外显示,不接受兑换。
{php echo tpl_form_field_date('deadline',$item['deadline'], true)} 超过该日期后不可兑奖!
此设置项设置奖品价格。
此设置项设置该奖品剩余奖品数。为0时不对外显示,不接受兑换。
{elseif $operation == 'display'}
奖品列表
{loop $list $item} {/loop}
奖品名称 剩余数量 价格 消耗积分 描述 操作
{$item['title']} {$item['amount']} {$item['price']} {$item['credit_cost']} {php echo htmlspecialchars_decode($item['content'])}
{$pager}
{/if} {template 'common/footer'}