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; }