From 763e1054e4e6776ad379343c06e6db69fcedec6e Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 31 May 2024 17:14:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: