diff --git a/app/http/form/template/images.html b/app/http/form/template/images.html index 0a874a34..58f8390e 100644 --- a/app/http/form/template/images.html +++ b/app/http/form/template/images.html @@ -8,7 +8,11 @@
{if $value} {php} - $images = get_attach($value); + $img_list = explode(',',$value); + {/php} + {volist name="img_list" id="item"} + {php} + $images = get_attach($item); {/php}
@@ -16,6 +20,7 @@ {$images['create_time']}
+ {/volist} {/if}
\ No newline at end of file