{include="header.html"}
{include="left_list.html"}
{include="right_position.html"}
{$mm=1}
  • {foreach fileall($product['photo']) as $v}
  • {$mm++;} {/foreach}
  • {foreach fileall($product['photo']) as $v}
  • {/foreach}
  • {$product['title']}

  • 上架时间:{fun date('Y-m-d',$v['addtime'])}
  • 产品价格:¥{$product['price']}
  • 购买数量:
    - +
{$product['body']}
分享到:

我要评价:

{if($GLOBALS['LD_I']['vercode']==1)} 验证码: {/if}

评论列表:

    {foreach $comments as $s}
  • {fun date('Y-m-d H:i:s',$s['addtime'])} 用户名:{$s['user']}
    内容:{$s['body']}
  • {if($s['reply'])}
  • 管理员回复:{$s['reply']}
  • {/if} {/foreach}
{$comment_page}
{include="bottom.html"}