feat: 修改文案
This commit is contained in:
@@ -71,7 +71,7 @@ const getStatusText = (status) => {
|
|||||||
2: "待使用",
|
2: "待使用",
|
||||||
3: "已取消",
|
3: "已取消",
|
||||||
4: "退款中",
|
4: "退款中",
|
||||||
5: "已关闭",
|
5: "已退款",
|
||||||
6: "已完成",
|
6: "已完成",
|
||||||
};
|
};
|
||||||
return statusMap[status] || "未知状态";
|
return statusMap[status] || "未知状态";
|
||||||
|
|||||||
Reference in New Issue
Block a user