fix: 兼容提现失败前端的展示

master
Chopper711 2023-05-06 16:23:29 +08:00
parent a78374910f
commit 8ad79b8728
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,8 @@ export default {
return "审核通过(提现成功)";
} else if (val === "FAIL_AUDITING") {
return "审核拒绝";
} else if (val === "ERROR") {
return "提现失败";
} else {
return "未知状态";
}