fix: 修改文案

This commit is contained in:
zhangds 2024-05-31 17:14:43 +08:00
parent 5f5e066868
commit 763e1054e4
1 changed files with 3 additions and 3 deletions

View File

@ -103,11 +103,11 @@
const orderState = (status) => {
switch (status) {
case 1:
return "充值成功";
return "充值";
case 2:
return "已兑换"
return "充值成功"
case 3:
return "兑换失败"
return "充值失败"
case 4:
return "充值异常"
default: