fix: complete disputed order flow and wallet entry
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user