{template 'common/header'} {php load()->func('tpl');}
商户基本信息
{php echo tpl_form_field_image('thumb', $item['thumb'])}
{php echo tpl_form_field_industry('industry', $item['industry1'],$item['industry2'])}
{php echo tpl_ueditor('content', $item['content'])}
{php echo tpl_form_field_district('district', array('province'=>$item['province'],'city'=>$item['city'],'district'=>$item['dist']))}
{php echo tpl_form_field_coordinate('baidumap', $item)}
{template 'common/footer'}