From e85454f92658523e04f1bccfd688d56d1227a141 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Mon, 21 Jul 2025 18:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20front/templates/payPage.ht?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/templates/payPage.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/front/templates/payPage.html b/front/templates/payPage.html index 975a968..a286d5b 100644 --- a/front/templates/payPage.html +++ b/front/templates/payPage.html @@ -59,7 +59,7 @@ flex-direction: column; align-items: center; justify-content: center; - height: 200px; + height: 100%; } .loading-spinner { @@ -139,7 +139,7 @@ -
+

支付处理中,请稍等...

@@ -214,9 +214,7 @@ // 获取支付方式列表 function fetchPaymentMethods() { - const id = getQueryParam('no'); - alert(id, 'zgp') if (id) { fetch(`/pay/front/api/v1/payPage/list?id=${id}`, { method: 'POST',