Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/mobileclient into couponV2.0

This commit is contained in:
wangsongsole 2022-11-03 17:03:32 +08:00
commit a8c4fab17b
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@
similar = goodsList.filter(iten => { //goodshow为去重后的数据 similar = goodsList.filter(iten => { //goodshow为去重后的数据
return iten.product_id == it; 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; let minIndex = 7;
similar.forEach(item => { similar.forEach(item => {
let flagIndex = flag.indexOf(item.available); let flagIndex = flag.indexOf(item.available);