违章举报详情图片不显示bug

This commit is contained in:
caoqianming 2021-06-05 21:18:36 +08:00
parent b4969688eb
commit a8bd695339
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<table class='detailtable'> <table class='detailtable'>
<tr> <tr>
{{each missimg value index}} {{each imgs value index}}
<td><img onclick='bigger(this)' class='tp' width="200" height="200" src='{{value}}' /></td> <td><img onclick='bigger(this)' class='tp' width="200" height="200" src='{{value}}' /></td>
{{/each}} {{/each}}
</tr> </tr>