From 26d1caa42cefb7506630481c039f51e64bb780cc Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Mon, 21 Jul 2025 20:09:45 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/front/templates/payPage.html b/front/templates/payPage.html index 2444b23..4907267 100644 --- a/front/templates/payPage.html +++ b/front/templates/payPage.html @@ -358,6 +358,7 @@ window.addEventListener('pageshow', function(event) { if (event.persisted) { // 如果是从缓存加载(如返回操作) + alert('返回操作') fetchPaymentMethods(); } });