第 5 步已完成优化
This commit is contained in:
@@ -180,7 +180,7 @@ export function useOrderDetail() {
|
||||
overdue: 2,
|
||||
pending_checkout_confirm: 3,
|
||||
pending_checkout_accept: 3,
|
||||
completed: 4,
|
||||
completed: 5,
|
||||
cancelled: 0,
|
||||
closed: 4,
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@ function getOrderStep(status: string) {
|
||||
overdue: 2,
|
||||
pending_checkout_confirm: 3,
|
||||
pending_checkout_accept: 3,
|
||||
completed: 4,
|
||||
completed: 5,
|
||||
cancelled: 0,
|
||||
closed: 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user