diff --git a/front/templates/payPage.html b/front/templates/payPage.html
index 90d2615..4704c0e 100644
--- a/front/templates/payPage.html
+++ b/front/templates/payPage.html
@@ -204,15 +204,13 @@
case 4: // 支付失败
case 5: // 订单关闭
default:
- // 移除return参数,刷新界面
- url.searchParams.delete('return');
- window.location.href = url.toString();
+ // window.location.reload();
}
})
.catch(error => {
console.error('检查订单状态失败:', error);
- window.location.reload();
+ // window.location.reload();
});
}