- {statusSteps.map((step, i) => {
- const isActive = i <= currentStepIndex
- const isCurrent = i === currentStepIndex
- return (
-
-
- {isActive ? : i + 1}
-
-
- {statusLabels[step]}
-
+
+
+
+ {statusSteps.map((step, i) => {
+ const isActive = i <= currentStepIndex
+ const isCurrent = i === currentStepIndex
+ return (
+
+
+ {isActive ? : i + 1}
- )
- })}
-
-
-
- )}
+
+ {statusLabels[step]}
+
+
+ )
+ })}
+
+
+
diff --git a/app/(order)/order/new/page.tsx b/app/(order)/order/new/page.tsx
index 6889567..15424db 100644
--- a/app/(order)/order/new/page.tsx
+++ b/app/(order)/order/new/page.tsx
@@ -166,6 +166,11 @@ export default function NewOrderPage() {
钱包余额: ¥{walletBalance}
{walletBalance < totalPrice && (余额不足)}
+ {walletBalance < totalPrice && (
+
+ )}