From d4b4f0a6d913f377483b40fb655e65f7adece0ea Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Fri, 9 Jan 2026 17:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E6=94=AF=E4=BB=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/templates/payPage.html | 1 + 1 file changed, 1 insertion(+) diff --git a/front/templates/payPage.html b/front/templates/payPage.html index 5ce945b..a30a784 100644 --- a/front/templates/payPage.html +++ b/front/templates/payPage.html @@ -395,6 +395,7 @@ case CONFIG.PAYMENT_STATUS.PROCESSING: // 处理中 Utils.closeLoading(); Utils.showToast("支付处理中,请稍后再试"); + Utils.showPaymentStatusModal(); break; case CONFIG.PAYMENT_STATUS.SUCCESS: // 支付成功 PaymentManager.handlePaymentSuccess(data);