作者 王晓刚
1 个管道 的构建 通过 耗费 4 秒

后台bug

... ... @@ -49,6 +49,7 @@
<tr>
<td>{:__('Other_images')}:</td>
<td>
{notempty name="$other_images"}
{php}$other_images = explode(',',$row['other_images']);{/php}
<ul class="row list-inline plupload-preview" id="p-other_images" data-listidx="0">
{foreach name="$other_images" item="o_i"}
... ... @@ -59,6 +60,7 @@
</li>
{/foreach}
</ul>
{/notempty}
</td>
</tr>
<tr>
... ...