From b4ed7707e2653f8278a4cda2aceb4ecd6f3def64 Mon Sep 17 00:00:00 2001 From: linzj <208781239@qq.com> Date: Tue, 9 Mar 2021 15:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E7=9A=84=E4=BC=98=E6=83=A0=E5=88=B8=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4uni/pages/submit-order/submit-order.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mall4uni/pages/submit-order/submit-order.vue b/mall4uni/pages/submit-order/submit-order.vue index 3f33da7..50490ad 100644 --- a/mall4uni/pages/submit-order/submit-order.vue +++ b/mall4uni/pages/submit-order/submit-order.vue @@ -158,8 +158,8 @@ - 可用优惠券({{coupons.canUseCoupons.length}}) - 不可用优惠券({{coupons.unCanUseCoupons.length}}) + 可用优惠券({{coupons.canUseCoupons.length:coupons.canUseCoupons.length:0}}) + 不可用优惠券({{coupons.unCanUseCoupons.length:coupons.unUseCoupons.length:0}})