From 9be7913484c34a9a8bb33555a11ee727f5a1841f Mon Sep 17 00:00:00 2001 From: Apple <> Date: Thu, 3 Nov 2022 16:34:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E6=83=A0=E5=88=B8=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E5=88=A4=E6=96=AD=E6=9C=89=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=9C=AA=E6=94=AF=E4=BB=98=E7=8A=B6=E6=80=81=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/couponCollection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coupon/couponCollection.html b/coupon/couponCollection.html index 901a7ca..1afcb08 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);