diff --git a/detail.html b/detail.html
index c4c59de..34733ff 100644
--- a/detail.html
+++ b/detail.html
@@ -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: