{template 'common/header'}
{template 'webnav'} {if empty($stores)}
暂无店铺,请先添加店铺
{else} {loop $stores $index $row}
查看详情

店铺名称: {$row['storename']}

商家电话: {$row['tel']}

店铺状态: {if $row['status'] == 1}正常{/if} {if $row['status'] == 0}未启用{/if}

创建时间: {php echo date('Y-m-d H:i', $row['createtime'])}

{php $StoresData = $this->GetStoresData($row['id'])}

店铺店长: {$StoresData['ShopManager']}

员工数量: {$StoresData['fansTotal']}

打赏总量: {$StoresData['tddata']}

打赏人数: {$StoresData['tdnum']}

{/loop} {$pager}
{/if} {template 'common/footer'}