更新 front/templates/payPage.html

This commit is contained in:
zhangguoping 2025-07-21 18:48:49 +08:00
parent 5a47b55f67
commit e85454f926
1 changed files with 2 additions and 4 deletions

View File

@ -59,7 +59,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 200px; height: 100%;
} }
.loading-spinner { .loading-spinner {
@ -139,7 +139,7 @@
</div> </div>
<!-- Loading状态 --> <!-- Loading状态 -->
<div id="loading" class="loading-container" style="display: block;"> <div id="loading" class="loading-container" style="display: flex;">
<div class="loading-spinner"></div> <div class="loading-spinner"></div>
<p class="loading-text">支付处理中,请稍等...</p> <p class="loading-text">支付处理中,请稍等...</p>
</div> </div>
@ -214,9 +214,7 @@
// 获取支付方式列表 // 获取支付方式列表
function fetchPaymentMethods() { function fetchPaymentMethods() {
const id = getQueryParam('no'); const id = getQueryParam('no');
alert(id, 'zgp')
if (id) { if (id) {
fetch(`/pay/front/api/v1/payPage/list?id=${id}`, { fetch(`/pay/front/api/v1/payPage/list?id=${id}`, {
method: 'POST', method: 'POST',