Commit 00249fd1ae06355960fa859ddb4041f3e254c424

Authored by WXD-SEASON\season
1 parent 3e89cdae

合并goodsinfo.js

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -7788,16 +7788,8 @@ Page({
7788 7788 let item = arr_data[i];
7789 7789 //找不到活动要剔除
7790 7790 if (!item.act_name) continue;
7791   -<<<<<<< HEAD
7792   - if ([1,2,4,6].indexOf(item.prom_type)==-1) continue;
7793 7791  
7794   - var s_time=item.warm_uptime;
7795   - if(!s_time) item.s_time;
7796   - if(s_time>ut.gettimestamp()) continue;
7797   -
7798   -=======
7799 7792 if ([1,2,4,6,8].indexOf(item.prom_type)==-1) continue;
7800   ->>>>>>> dev_presell
7801 7793 new_arr.push(item);
7802 7794 }
7803 7795  
... ...