diff --git a/coupon/couponCollection.html b/coupon/couponCollection.html index 017217e..5611560 100644 --- a/coupon/couponCollection.html +++ b/coupon/couponCollection.html @@ -393,7 +393,7 @@ similar = goodsList.filter(iten => { //goodshow为去重后的数据 return iten.product_id == it; }); - let flag = [1, 2, 6, 8, 7, 5, 4, 11, 3, 10, 20, 21]; //显示的avarivble规则 + let flag = [1, 2, 6, 8, 7, 5, 4,22, 11, 3, 10, 20, 21]; //显示的avarivble规则 let minIndex = 7; similar.forEach(item => { let flagIndex = flag.indexOf(item.available);