Commit e70b14069bef26ab85d77b96aae514f4322a8ab0

Authored by yvan.ni
1 parent fddcdb98

组合购商品详情页面立即购买的bug

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -1308,10 +1308,10 @@ Page({
1308 1308 }else if(o.prom_type==7){
1309 1309  
1310 1310 //判断进行中的活动,是不是要判断线下库存
1311   - th.check_zh_acting(function (e) {
  1311 + th.check_zh_acting(function (ee){
1312 1312 newd.prom_id = 0;
1313 1313 newd.prom_type = 0;
1314   - if(e){
  1314 + if(ee){
1315 1315 newd.prom_id = th.data.zh_act.id;
1316 1316 newd.prom_type = 7;
1317 1317 if (o.store_count <= 0) return s.my_warnning("库存已为空!", 0, th);
... ...