From 6c66edb507f5a3c1be811e134f2ab59246a67625 Mon Sep 17 00:00:00 2001 From: fish Date: Tue, 28 Jul 2026 10:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E6=8C=81=E4=BB=93=E7=9A=84=E5=93=81?= =?UTF-8?q?=E7=A7=8Dtab=E4=B8=8D=E5=B1=95=E7=A4=BA=E5=85=A8=E5=B9=B3?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- ft-app/app/templates/trades.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft-app/app/templates/trades.html b/ft-app/app/templates/trades.html index ac8c21c..ecb1407 100644 --- a/ft-app/app/templates/trades.html +++ b/ft-app/app/templates/trades.html @@ -139,7 +139,7 @@ {% endif %} {% endfor %} - {% if product_tab != '全部' and open_trades %} + {% if product_tab != '全部' and grouped_open.get(product_tab, []) %}