{template 'common/header'} {if $operation=='display'}
筛选
充值项目列表
{loop $levels $item} {/loop} {if empty($levels)} {/if}
项目ID 项目名称 项目类别 支付金额 月卡原价 月卡月数 余额到账金额 描述 状态 查看 删除
{$item['id']} {$item['title']} {if $item['recharge_type']==1} 月卡 {elseif $item['recharge_type']==2} 余额 {/if} {$item['price']}元 {$item['price_before']}元 {$item['months']} {$item['price_credit2']}元 {$item['description']} {if $item['status']==1} 开启 {else} 关闭 {/if}
未找到相关信息
{$pager}
{else if $operation=='edit'}
基本信息
月卡使用权限
{php $i=1;} {loop $parks $item} {if $i%6 == 1 || $i == 1}{/if} {if $i%6 == 0}{/if} {php $i++;} {/loop}
{/if} {template 'common/footer'}