From 5f5e066868c506cdaadc0dd1a3ff5f595569e59c Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 31 May 2024 16:21:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detail.html b/detail.html index 8e5978b..c4c59de 100644 --- a/detail.html +++ b/detail.html @@ -103,7 +103,7 @@ const orderState = (status) => { switch (status) { case 1: - return "兑换中"; + return "充值成功"; case 2: return "已兑换" case 3: