From 9c190bd4132d57d624c01fb711be44277b3427fe Mon Sep 17 00:00:00 2001 From: "XIAJI-NEW\\qax" Date: Tue, 11 Nov 2025 16:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=AC=E5=85=B1=E7=94=B5?= =?UTF-8?q?=E5=AD=90=E5=B1=8F=E8=B7=AF=E7=94=B1=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fzjgact/huodong/templates/public_screens.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fzjgact/huodong/templates/public_screens.html b/fzjgact/huodong/templates/public_screens.html index 47013cf..74248a2 100644 --- a/fzjgact/huodong/templates/public_screens.html +++ b/fzjgact/huodong/templates/public_screens.html @@ -40,7 +40,13 @@ {% for screen in public_screens %}
- {{ screen.get_screen_type_display }} + {% if screen.image %} + {{ screen.get_screen_type_display }} + {% else %} +
+ 暂无图片 +
+ {% endif %}
{{ screen.get_screen_type_display }}