编辑会员等级权限
选择支付类型权限:
id
支付编号
支付类型名称
{foreach name="pay_type" item="vo"}
{$vo['id']}
{$vo['alias_id']}
{$vo['type_name']}
{/foreach}
提交