Commit e48b0aad00caa026d555bab39d95c156c6ef8f5c

Authored by yvan.ni
1 parent 04eea47a

团购的

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -800,7 +800,7 @@ Page({
800 800  
801 801 //-- 把商品的赋值 --
802 802 ee.data.fir_goods = JSON.parse(JSON.stringify(t.data.data));
803   - if(ee.data.prom_type!=1 && ee.data.prom_type!=4 && ee.data.prom_type!=6)
  803 + if(ee.data.prom_type!=1 && ee.data.prom_type!=4 && ee.data.prom_type!=6 && ee.data.prom_type!=2)
804 804 ee.check_is_youhui(ee.data.gid);
805 805  
806 806 t.data.data.on_time = ut.formatTime(t.data.data.on_time, 'yyyy-MM-dd hh:mm:ss');
... ...