Commit 438e1421 by 冷斌

fix bug

parent 387685d9
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<foreach name="users" item="vo"> <foreach name="users" item="vo">
<tr> <tr>
<td>{$vo.id}</td> <td>{$vo.id}</td>
<td>{$vo.user_nicename}</td> <td>{$vo.user_nicename}( {$vo['uid']} )</td>
<td>{$vo.addtime}</td> <td>{$vo.addtime}</td>
<td>{$vo.content}</td> <td>{$vo.content}</td>
<td>{$vo.zan}</td> <td>{$vo.zan}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment