From 237ccf69e2fe2d165f4ea8a4bf411c994b8a430b Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 29 Jun 2023 17:16:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8A=20fix:=20=E3=80=90c=E7=AB=AF?= =?UTF-8?q?=E3=80=91=E7=99=BD=E5=90=8D=E5=8D=95=E7=B1=BB=E5=9E=8B=EF=BC=8C?= =?UTF-8?q?=E7=BA=A2=E5=8C=85=E6=A0=B8=E9=94=80=E5=90=8E=EF=BC=8C=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E8=BF=9B=E5=85=A5c=E7=AB=AF=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=80=E7=9B=B4=E5=8A=A0=E8=BD=BD=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage.html b/homepage.html index 52c62b1..74c8480 100644 --- a/homepage.html +++ b/homepage.html @@ -307,7 +307,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, 9, 4, 11, 3, 10, 20, 21]; //显示的avarivble规则 let minIndex = 7; similar.forEach(item => { let flagIndex = flag.indexOf(item.available);