From a829be47d5081db68e98543ace54e558d5f92005 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Fri, 16 Jan 2026 18:36:04 +0800 Subject: [PATCH] =?UTF-8?q?toast=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/templates/payPage.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/front/templates/payPage.html b/front/templates/payPage.html index 7bab42c..1bde452 100644 --- a/front/templates/payPage.html +++ b/front/templates/payPage.html @@ -358,11 +358,6 @@ const toast = document.getElementById('toast'); if (toast) { toast.className = 'toast hide'; - - // 动画结束后完全隐藏 - setTimeout(() => { - toast.style.display = 'none'; - }, 300); } } };