Commit 44fec356 authored by agping's avatar agping

1

parent 32a46a60
......@@ -106,8 +106,8 @@
[% for(var item in it){ %]
<tr class="text-left">
<td style="border: 0;">
[% if(item.img_type == 2) { %]
<img src='[%= ServerHostImageLiu + "/static/chat_image/" + it[item]["img_name"] %]' class="diagram-image J_preview no-scroll-page-img">
[% if(it[item]["img_type"]== 2) { %]
<img style="width: 100px;height: 100px;" src='[%= ServerHostImageLiu + "/static/chat_image/" + it[item]["img_name"] %]' class="diagram-image J_preview">
[% } %]
</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