{template 'common/header'} {if $operation == 'post'}

编辑奖品

{php echo tpl_form_field_image('logo', $item['logo'] =='' ? $setting['thumb'] : $item['logo']);}
此设置项设置该奖品剩余奖品数。为0时不对外显示,不接受兑换。
超过该日期后不可兑奖,日期格式必须为2020-10-10 00-00-00
此设置项设置奖品价格。
此设置项设置该奖品剩余奖品数。为0时不对外显示,不接受兑换。
内容
{elseif $operation == 'display'}
{loop $list $item} {/loop}
奖品名称 剩余数量 价格 消耗积分 描述 操作
{$item['title']} {$item['amount']} {$item['price']} {$item['credit_cost']} {php echo htmlspecialchars_decode($item['content'])}
{/if} {template 'common/footer'}