fix: complete disputed order flow and wallet entry

This commit is contained in:
zetaloop
2026-02-21 15:43:21 +08:00
parent e2e0b5a06a
commit 1ff499720f
3 changed files with 64 additions and 30 deletions
+5
View File
@@ -166,6 +166,11 @@ export default function NewOrderPage() {
<CreditCard className="h-4 w-4" />
<span>: ¥{walletBalance}</span>
{walletBalance < totalPrice && <span className="text-destructive"></span>}
{walletBalance < totalPrice && (
<Button variant="outline" size="sm" asChild>
<Link href="/wallet"></Link>
</Button>
)}
</div>
<div className="flex items-center gap-2 text-xs text-muted-foreground">
<ShieldCheck className="h-3.5 w-3.5" />