{template '_header'}
返回列表

{if !empty($item['id'])}编辑{else}添加{/if}虚拟评论

{php echo tpl_selector('goodsid',array('required'=>true, 'value'=>$item['title'], 'url'=>webUrl('goods/query'), 'items'=>$goods,'buttontext'=>'选择商品','placeholder'=>'请输入商品标题'))}
{php echo tpl_form_field_date('createtime', !empty($item['createtime']) ? date('Y-m-d H:i',$item['createtime']) : date('Y-m-d H:i'),true)} 评论时间,如果不选择,默认当前时间
{php echo tpl_form_field_image('headimgurl',$item['headimgurl'])} 用户头像,如果不选择,默认从粉丝表中随机读取
用户昵称,如果不填写,默认从粉丝表中随机读取
{php echo tpl_form_field_multi_image('images',iunserializer($item['images']))}
{php echo tpl_form_field_multi_image('reply_images',iunserializer($item['reply_images']))}
{php echo tpl_form_field_multi_image('append_images',iunserializer($item['append_images']))}
{php echo tpl_form_field_multi_image('append_reply_images',iunserializer($item['append_reply_images']))}
{template '_footer'}