This commit is contained in:
caoqianming 2021-06-05 22:45:26 +08:00
commit 0264cb3cb4
1 changed files with 1 additions and 1 deletions

View File

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