Commit 2b15bd260fa10d84aec2218335603824c4257ab6
1 parent
8686a1e3
预存使用优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart2/cart2.js
@@ -3026,7 +3026,7 @@ Page({ | @@ -3026,7 +3026,7 @@ Page({ | ||
3026 | order_amount: order_m, | 3026 | order_amount: order_m, |
3027 | goods: [{ | 3027 | goods: [{ |
3028 | goods_sn: th.data.bn_goods.goods_sn, | 3028 | goods_sn: th.data.bn_goods.goods_sn, |
3029 | - goods_price: th.data.bn_goods.goods_price, | 3029 | + goods_price: th.data.bn_goods.shop_price || th.data.bn_goods.goods_price, |
3030 | goods_num: th.data.bn_goods.goods_num, | 3030 | goods_num: th.data.bn_goods.goods_num, |
3031 | }], | 3031 | }], |
3032 | sto: { | 3032 | sto: { |