Commit 9629c2a7 by 冷斌

fix bug

parent caf808b3
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<th>系统版本</th> <th>系统版本</th>
<th>手机型号</th> <th>手机型号</th>
<th class="max40">反馈信息</th> <th class="max40">反馈信息</th>
<th>图片</th> <th>联系方式</th>
<th>状态</th> <th>状态</th>
<th>提交时间</th> <th>提交时间</th>
<th>处理时间</th> <th>处理时间</th>
...@@ -53,11 +53,7 @@ ...@@ -53,11 +53,7 @@
<td>{$vo['version']}</td> <td>{$vo['version']}</td>
<td>{$vo['model']}</td> <td>{$vo['model']}</td>
<td class="max40"><?php echo nl2br($vo['content']);?></td> <td class="max40"><?php echo nl2br($vo['content']);?></td>
<td> <td>{$vo['thumb']}</td>
<if condition="$vo['thumb']">
<img src="{$vo['thumb']}" style="max-width:100px;max-height:100px;">
</if>
</td>
<td>{$status[$vo['status']]}</td> <td>{$status[$vo['status']]}</td>
<td>{$vo.addtime|date="Y-m-d H:i:s",###}</td> <td>{$vo.addtime|date="Y-m-d H:i:s",###}</td>
<td> <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