{template 'public_head'}
{template 'public_left'}
{if $operation == 'post'}

添加/编辑奖品

红包设置自动兑换红包和工人审核红包
购买提交单订单号返现多少钱
最好是用二合一淘口令,()
{php echo tpl_form_field_image('logo',$item['logo'])}
{php echo tpl_form_field_date('starttime',$item['starttime'],true)}
{php echo tpl_form_field_date('endtime',$item['endtime'],true)}
积分
{elseif $operation == 'display'}
{loop $list $item} {/loop}
排序 奖品名称 剩余数量 价格 消耗积分 状态 操作
{$item['px']} {$item['title']} {$item['amount']} {$item['price']} {$item['cost']} {if $item['endtime'] < time()}已下架{else}{/if} 编辑 删除
{/if}
{template 'public_bottom'}