{template 'common/header-gw'}
{if $do == 'post'}
限制公众号的数量,为0则不允许添加。
限制子公众号的数量,为0则不允许添加。
{loop $packages $item} {/loop}
选择 公众服务套餐 模块权限 模板权限
{$item['name']} 系统模块 {loop $item['modules'] $module} {$module['title']} {/loop} 微站默认模板 {loop $item['templates'] $template} {$template['title']} {/loop}
{elseif $do == 'display'}
{loop $list $item} {/loop}
删? 名称 公众号数量 子公众号数量 操作
{$item['name']} {if empty($item['maxaccount'])}无权限{else}{$item['maxaccount']}{/if} {if empty($item['maxsubaccount'])}无权限{else}{$item['maxsubaccount']}{/if} 编辑
{/if} {template 'common/footer-gw'}