弱网核销功能

This commit is contained in:
2026-07-12 12:00:55 +08:00
parent de01d36cdb
commit 06b1cb22e0
24 changed files with 1434 additions and 42 deletions
+15
View File
@@ -331,6 +331,21 @@ export default function RedeemPage() {
<p></p>
<p className="redeem-modal-amount-value">¥ {formatMoney(confirmAmount)}</p>
</div>
{token && (
<div style={{ marginTop: 12, textAlign: 'center' }}>
<p className="label-md text-muted" style={{ marginBottom: 4 }}></p>
<p
style={{
fontFamily: 'ui-monospace, monospace',
fontSize: 12,
wordBreak: 'break-all',
padding: '0 16px',
}}
>
{token}
</p>
</div>
)}
</div>
<button type="button" className="redeem-modal-cancel" onClick={closeModal}>