fix: 修改文字提示

This commit is contained in:
zhangds 2024-05-31 16:21:55 +08:00
parent 97d039df5c
commit 5f5e066868
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
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: