修改支付文案
This commit is contained in:
parent
276c9fc636
commit
f40dd30673
|
|
@ -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>`;
|
||||||
|
|
||||||
// 如果时间到了,停止更新
|
// 如果时间到了,停止更新
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue