{template nheader.html}

增加和修改操作之后必须要同步至微信公众平台服务端才能生效

{loop $list $t} {/loop}
{fc_lang('名称')} {fc_lang('类型')} {fc_lang('粉丝数')} {fc_lang('操作')}
{$t['name']} {if $t.wechat_id==-1} 未同步 {else if $t.wechat_id>99} 自定义 {else} 系统 {/if} {$t.count} {if $this->ci->is_auth('admin/wgroup/edit')} {fc_lang('修改')}{/if} {if $t.wechat_id >=0 && $t.wechat_id <100} {else} {fc_lang('删除')}{/if}
{template nfooter.html}