This commit is contained in:
2026-02-03 13:07:29 +08:00
parent 8965b96f0e
commit 922f6df4e8
3 changed files with 133 additions and 64 deletions

View File

@@ -113,7 +113,7 @@
data.data.payments.map(p =>
'<tr><td>' + new Date(p.Timestamp).toLocaleString() + '</td>' +
'<td>' + p.Address.substring(0, 10) + '...</td>' +
'<td>' + p.Amount.toFixed(6) + ' USDT</td>' +
'<td>' + (p.Amount / 1000000).toFixed(6) + ' USDT</td>' +
'<td>' + p.From.substring(0, 10) + '...</td>' +
'<td>' + p.Confirmations + '</td>' +
'<td><a href="https://tronscan.org/#/transaction/' + p.TxID + '" target="_blank">' +