{if $ckfans['SuperManager']==1} {template 'nav'} {else}
首页
信息
{/if}
{$ckfans['realname']}
{if $ckfans['SuperManager']==1}门店列表{else}所在门店{/if}
您的职位是{if $ckfans['SuperManager']==1}超级管理员{elseif $ckfans['ShopManager']==1}店长{else}普通员工{/if}
{loop $stores $row}
{$row['storename']}
{if $ckfans['SuperManager']==1 || $ckfans['ShopManager']==1}
编辑
{/if}
{php echo $row['addr'].$row['moreadreess']}
{/loop}