Commit e814761f967166427660c628fe569ae18ce9e583

Authored by yvan.ni
1 parent 3c886275

qa 环境购物车 组合购商家点击无反应

Showing 1 changed file with 1 additions and 1 deletions
pages/cart/cart/cart.js
... ... @@ -531,7 +531,7 @@ Page({
531 531 u_item.zh_prom_goods={};
532 532 for (let var1 in obj) {
533 533 var h_item=obj[var1];
534   - var gdlist= th.data.zuhe_map_good[item.prom_id];
  534 + var gdlist= th.data.zuhe_map_good[h_item.prom_id];
535 535 //获取活动需要的商品列表
536 536 u_item.zh_prom_goods[h_item.prom_id]=gdlist;
537 537 }
... ...