From 2e9868764fd68a010d610e8f2914ad3a2c0b1b5f Mon Sep 17 00:00:00 2001 From: tensent Date: Thu, 16 Apr 2020 09:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=9B=BE=E4=B8=8A=E4=BC=A0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/http/form/template/images.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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