💊 fix: 【c端】白名单类型,红包核销后,再次进入c端时,页面一直加载中

This commit is contained in:
wangsongsole 2023-06-29 17:16:11 +08:00
parent 2fcd8c7c89
commit 237ccf69e2
1 changed files with 1 additions and 1 deletions

View File

@ -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);