Commit 93d7e8540391b0ebbd3614484a54ec8b911eaf35

Authored by yvan.ni
1 parent aa41a548

幸运购的优化

pages/goods/goodsInfo/goodsInfo.js
@@ -7799,7 +7799,7 @@ Page({ @@ -7799,7 +7799,7 @@ Page({
7799 //找不到活动要剔除 7799 //找不到活动要剔除
7800 if (!item.act_name) continue; 7800 if (!item.act_name) continue;
7801 7801
7802 - if ([1,2,4,6,8].indexOf(item.prom_type)==-1) continue; 7802 + if ([1,2,4,6,8,9].indexOf(item.prom_type)==-1) continue;
7803 new_arr.push(item); 7803 new_arr.push(item);
7804 } 7804 }
7805 7805