From 9fc23defc89b333ed15ab2b40d16fc93af471465 Mon Sep 17 00:00:00 2001 From: zhangds Date: Sat, 6 Apr 2024 22:26:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E3=80=82=E5=8F=91=E6=94=BE=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combining.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combining.html b/combining.html index 3947132..2227164 100644 --- a/combining.html +++ b/combining.html @@ -411,7 +411,7 @@ denomination: item.voucher.denomination, reduce_amount: item.voucher.reduce_amount, status: self.statusSort(el.order_voucher) === 4 ? 3 : self.statusSort(el.order_voucher), // 如果是已使用,展示待使用 - num: self.statusSort(el.order_voucher) === 4 ? 1 : 0, + num: self.statusSort(el.order_voucher) === 4 || self.statusSort(el.order_voucher) === 2 || self.statusSort(el.order_voucher) === 5 ? 1 : 0, send_num: 1 } }