接入订单支付与钱包充值前端入口

This commit is contained in:
yml
2026-05-24 16:38:26 +08:00
parent c4cfe6dd79
commit 1693ee3167
10 changed files with 155 additions and 11 deletions
+1
View File
@@ -15,6 +15,7 @@ const listingReviewStatusMap: Record<string, string> = {
const orderStatusMap: Record<string, string> = {
pending_confirm: '待确认',
pending_payment: '待支付',
pending_handoff: '待交接',
renting: '使用中',
overdue: '已逾期',