From 8750dc3fd4133660ad70f37ce1d3153a0f31670e Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 9 Apr 2024 14:51:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8C=85=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/combining.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packkey/combining.html b/packkey/combining.html index 06ab960..2c7ddab 100644 --- a/packkey/combining.html +++ b/packkey/combining.html @@ -231,7 +231,8 @@ cont: 0, timeGet: null, isOKLength: 0, - isErrLength: 0 + isErrLength: 0, + isTimeOut: 5000 }; }, @@ -413,7 +414,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 } } @@ -446,7 +447,7 @@ } self.groupProductVoucherDetail(); self.cont++; - }, 5000); + }, self.isTimeOut); return; }