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); } } };