{template 'nav'}
{$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}