bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>_mobile</title>
</head>
 
<body>
<p align='left'>
{$goods_info.goods_name}<br/>
--------------<br/>
{foreach from=$comment_data item=comment}
    评论:{$comment.i}.{$comment.content}<br/>
    发布人:{$comment.username}&nbsp;&nbsp;{$comment.add_time}<br/>
    {if $comment.re_username}
        =关于此评论的回复=<br/>
        {$comment.re_content}<br/>
        回复人:{$comment.re_username}&nbsp;&nbsp;{$comment.re_add_time}<br/>
    {/if}
{foreachelse}
    暂无此商品评论<br/>
{/foreach}
{if $pagebar}
{$pagebar}<br/>
{/if}
--------------<br/>
<a href="javascript:history.back(-1)">回上一页</a><br/>
<a href='goods.php?id={$goods_id}'>回商品详细</a><br/>
<a href='index.php'>返回首页</a>
{$footer}
</p>
</body>
</html>