{template 'common/header'}
{if empty($goods['id'])}添加商品{else}编辑商品{/if}
状态 排序
推荐 限购
积分
{php echo $goods['unit']?$goods['unit']:'件'} 已销 {php echo $goods['unit']?$goods['unit']:'件'}
{php echo tpl_form_field_image('data[thumb]', $goods['thumb']);}
{php echo tpl_form_field_image('data[banner]', $goods['banner']);}
{php echo tpl_form_field_multi_image('thumb_url',$goods['thumb_url'])}
{php echo tpl_ueditor('content', $goods['content']);}
{template 'common/footer'}