From 0efb985239de9dc5a1f39d4477516d50331fcb3c Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 10 Apr 2024 23:00:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/wx-combining.html | 2 +- packkey/ysf-combining.html | 2 +- wx-combining.html | 2 +- ysf-combining.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packkey/wx-combining.html b/packkey/wx-combining.html index 4dedfb5..1ffbf9a 100644 --- a/packkey/wx-combining.html +++ b/packkey/wx-combining.html @@ -344,7 +344,7 @@ // 部分失败 if (self.goods.send_status === 4) { let all_product_length = res.data.product.length; - let is_err_length = res.data.product.filter(item => item.voucher.status === 5).length; + let is_err_length = res.data.product.filter(item => item.voucher.status === 9).length; self.isOKLength = all_product_length - is_err_length; self.isErrLength = is_err_length; } diff --git a/packkey/ysf-combining.html b/packkey/ysf-combining.html index 7cfec5a..adc0dc1 100644 --- a/packkey/ysf-combining.html +++ b/packkey/ysf-combining.html @@ -344,7 +344,7 @@ // 部分失败 if (self.goods.send_status === 4) { let all_product_length = res.data.product.length; - let is_err_length = res.data.product.filter(item => item.voucher.status === 5).length; + let is_err_length = res.data.product.filter(item => item.voucher.status === 9).length; self.isOKLength = all_product_length - is_err_length; self.isErrLength = is_err_length; } diff --git a/wx-combining.html b/wx-combining.html index ea44ed3..3e7dfc1 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -343,7 +343,7 @@ // 部分失败 if (self.goods.send_status === 4) { let all_product_length = res.data.product.length; - let is_err_length = res.data.product.filter(item => item.voucher.status === 5).length; + let is_err_length = res.data.product.filter(item => item.voucher.status === 9).length; self.isOKLength = all_product_length - is_err_length; self.isErrLength = is_err_length; } diff --git a/ysf-combining.html b/ysf-combining.html index 4484689..6b9b7a6 100644 --- a/ysf-combining.html +++ b/ysf-combining.html @@ -343,7 +343,7 @@ // 部分失败 if (self.goods.send_status === 4) { let all_product_length = res.data.product.length; - let is_err_length = res.data.product.filter(item => item.voucher.status === 5).length; + let is_err_length = res.data.product.filter(item => item.voucher.status === 9).length; self.isOKLength = all_product_length - is_err_length; self.isErrLength = is_err_length; }