调试接口
This commit is contained in:
@ -305,7 +305,7 @@ export const TeaRoomPackageOrderStatusTextValue: Record<TeaRoomPackageOrderStatu
|
||||
export enum GroupComboOrderStatus {
|
||||
ToUse = 0, // 待使用
|
||||
Used = 1, // 已使用
|
||||
Refunded = 2, // 已退款
|
||||
Refunded = 3, // 已退款
|
||||
}
|
||||
|
||||
// 本地-团购套餐订单状态
|
||||
@ -320,7 +320,7 @@ export const GroupComboOrderStatusValue: Record<GroupComboOrderStatusText, strin
|
||||
[GroupComboOrderStatusText.All]: '',
|
||||
[GroupComboOrderStatusText.ToUse]: 0,
|
||||
[GroupComboOrderStatusText.Used]: 1,
|
||||
[GroupComboOrderStatusText.Refunded]: 2,
|
||||
[GroupComboOrderStatusText.Refunded]: 3,
|
||||
}
|
||||
|
||||
export const GroupComboOrderStatusTextValue: Record<GroupComboOrderStatus, any> = {
|
||||
|
||||
Reference in New Issue
Block a user