Commit 3a5aa9a4c386a1a9e78103f4a779f70e051a536a

Authored by yvan.ni
1 parent 18a7d0bd

~~ 和搭配购有关系的 ~~

packageE/pages/cart/cart2/cart2.js
... ... @@ -7215,6 +7215,8 @@ Page({
7215 7215 for (var ind in arr) {
7216 7216 var ep = arr[ind];
7217 7217  
  7218 + arr[ind].scj_arr=[]; //清空
  7219 +
7218 7220 //如果门店订单使用订单促销(此订单促销取价规则不是实收价的时候)
7219 7221 if (th.data.can_use_ord_prom[ep.pickup_id]) {
7220 7222 continue;
... ... @@ -9138,6 +9140,8 @@ Page({
9138 9140  
9139 9141 item.goods_num = 1;
9140 9142 item.goods_price = item.price;
  9143 + item.goods_market_price = gd.market_price;
  9144 +
9141 9145 item.prom_type = 5;
9142 9146 item.is_collocation = 1;
9143 9147 item.is_post_temp = 1;
... ...