{template 'common/header'}
{if $operation== 'display'}
{loop $list $row} {/loop}
商户名称 商户ID 商户地址 营业时间 联系电话 操作
{$row['name']} {$row['id']} {$row['address']} {$row['opentime']} {$row['tel']}

编辑 删除

店员管理
{$pager}
{/if} {if $operation== 'post'}
基本设置
{php echo tpl_form_field_coordinate('mappoint',array('lat'=>$item['latitude'],'lng'=>$item['longitude']))}
{php echo tpl_form_field_image('logo', $item['logo'])}
加入群聊提醒功能
{php echo tpl_form_field_image('joinqun_icon',$joinqun_data['joinqun_icon']);} 建议宽*高(200*200)
{php echo tpl_form_field_image('joinqun_tips_img',$joinqun_data['joinqun_tips_img']);} 建议宽*高(200*200)
{/if} {template 'common/footer'}