From daed2c3ec598ef162e52363403ed2270cc826c2a Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 19 Sep 2024 16:18:44 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E4=BC=98=E6=83=A0=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E2=80=94=E5=8F=96=E6=B6=88=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=BC=98=E6=83=A0=E5=88=B8=E6=97=B6=EF=BC=8C=E6=BB=A1?= =?UTF-8?q?=E5=87=8F=E5=A4=84=E6=98=BE=E7=A4=BAundefined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CouponsPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CouponsPopup.vue b/components/CouponsPopup.vue index 62714b5..62b9045 100644 --- a/components/CouponsPopup.vue +++ b/components/CouponsPopup.vue @@ -48,7 +48,7 @@ 满减 - {{ selectItem.couponPrice }} + {{ selectItem.couponPrice || 0 }}