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