From 5610894847013cea602dfd674e3a1e1bf7fa1298 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 18 Oct 2022 14:22:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/myOrder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coupon/myOrder.html b/coupon/myOrder.html index 1948fef..d50ca49 100644 --- a/coupon/myOrder.html +++ b/coupon/myOrder.html @@ -62,7 +62,7 @@

查看卡密

- {{item.pay_type==2?'已支付':'已退款'}}

+ {{item.pay_status==2?'已支付':'已退款'}}