feat: 重新发布 & 编辑球局跳转更改、订单显示问题修复
This commit is contained in:
@@ -9,7 +9,7 @@ import orderService, {
|
||||
CancelType,
|
||||
GameOrderRes,
|
||||
OrderStatus,
|
||||
RefundStatus,
|
||||
refundTextMap,
|
||||
} from "@/services/orderService";
|
||||
import {
|
||||
payOrder,
|
||||
@@ -27,12 +27,6 @@ import styles from "./index.module.scss";
|
||||
|
||||
dayjs.locale("zh-cn");
|
||||
|
||||
const refundTextMap = new Map([
|
||||
[RefundStatus.NONE, "已支付"],
|
||||
[RefundStatus.PENDING, "退款中"],
|
||||
[RefundStatus.SUCCESS, "已退款"],
|
||||
]);
|
||||
|
||||
const gameNoticeMap = new Map([
|
||||
[
|
||||
"pending",
|
||||
|
||||
Reference in New Issue
Block a user