Commit 3a5aa9a4c386a1a9e78103f4a779f70e051a536a
1 parent
18a7d0bd
~~ 和搭配购有关系的 ~~
Showing
1 changed file
with
4 additions
and
0 deletions
packageE/pages/cart/cart2/cart2.js
@@ -7215,6 +7215,8 @@ Page({ | @@ -7215,6 +7215,8 @@ Page({ | ||
7215 | for (var ind in arr) { | 7215 | for (var ind in arr) { |
7216 | var ep = arr[ind]; | 7216 | var ep = arr[ind]; |
7217 | 7217 | ||
7218 | + arr[ind].scj_arr=[]; //清空 | ||
7219 | + | ||
7218 | //如果门店订单使用订单促销(此订单促销取价规则不是实收价的时候) | 7220 | //如果门店订单使用订单促销(此订单促销取价规则不是实收价的时候) |
7219 | if (th.data.can_use_ord_prom[ep.pickup_id]) { | 7221 | if (th.data.can_use_ord_prom[ep.pickup_id]) { |
7220 | continue; | 7222 | continue; |
@@ -9138,6 +9140,8 @@ Page({ | @@ -9138,6 +9140,8 @@ Page({ | ||
9138 | 9140 | ||
9139 | item.goods_num = 1; | 9141 | item.goods_num = 1; |
9140 | item.goods_price = item.price; | 9142 | item.goods_price = item.price; |
9143 | + item.goods_market_price = gd.market_price; | ||
9144 | + | ||
9141 | item.prom_type = 5; | 9145 | item.prom_type = 5; |
9142 | item.is_collocation = 1; | 9146 | item.is_collocation = 1; |
9143 | item.is_post_temp = 1; | 9147 | item.is_post_temp = 1; |