feat: 重新发布 & 编辑球局跳转更改、订单显示问题修复

This commit is contained in:
2025-09-18 17:16:24 +08:00
parent e117197737
commit 28272d7936
4 changed files with 16 additions and 11 deletions

View File

@@ -28,6 +28,12 @@ export enum RefundStatus {
SUCCESS, // 已退款
}
export const refundTextMap = new Map([
[RefundStatus.NONE, "已支付"],
[RefundStatus.PENDING, "退款中"],
[RefundStatus.SUCCESS, "已退款"],
]);
export interface PayMentParams {
order_id: number;
order_no: string;