fix: 修改文案
This commit is contained in:
parent
5f5e066868
commit
763e1054e4
|
@ -103,11 +103,11 @@
|
||||||
const orderState = (status) => {
|
const orderState = (status) => {
|
||||||
switch (status) {
|
switch (status) {
|
||||||
case 1:
|
case 1:
|
||||||
return "充值成功";
|
return "充值中";
|
||||||
case 2:
|
case 2:
|
||||||
return "已兑换"
|
return "充值成功"
|
||||||
case 3:
|
case 3:
|
||||||
return "兑换失败"
|
return "充值失败"
|
||||||
case 4:
|
case 4:
|
||||||
return "充值异常"
|
return "充值异常"
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue