From 9fa4a49ea0004ea4595c1ccaec4fd6dfab54b163 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 10 Apr 2024 23:38:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wx-combining.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-combining.html b/wx-combining.html index 857b68a..c871efb 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -350,7 +350,7 @@ console.log("all_product_voucher =>", all_product_voucher); - let is_err_length = all_product_voucher.filter(item => item.voucher.status === 9).length; + let is_err_length = all_product_voucher.filter(item => item.status === 9).length; self.isOKLength = all_product_voucher.length - is_err_length; self.isErrLength = is_err_length; }