修改支付文案

This commit is contained in:
wystan_rin 2024-11-19 20:16:22 +08:00
parent 276c9fc636
commit f40dd30673
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ function openPaymentModal(orderId, amount, orderCreateTimestamp, orderExpiration
const seconds = Math.floor((remainingTime / 1000) % 60); const seconds = Math.floor((remainingTime / 1000) % 60);
// 更新剩余时间 // 更新剩余时间
orderInfoElement.innerHTML = `<p>Order ID: ${orderId}, You need to pay <span style="color: red">${amount}</span>USDT.</p>`; orderInfoElement.innerHTML = `<p>Order ID ${orderId}: Pay <span style="color: red">${amount}</span> USDT.</p>`;
orderInfoElement.innerHTML += `<p style="color: red">Time remaining: ${minutes} minutes ${seconds} seconds</p>`; orderInfoElement.innerHTML += `<p style="color: red">Time remaining: ${minutes} minutes ${seconds} seconds</p>`;
// 如果时间到了,停止更新 // 如果时间到了,停止更新