Commit 18d5182bac29a908a756652b028199f6ee04ae67
1 parent
1857e9b8
普通商品预存款使用优化
Showing
1 changed file
with
2 additions
and
2 deletions
packageE/pages/cart/cart2/cart2.js
| @@ -3026,8 +3026,8 @@ Page({ | @@ -3026,8 +3026,8 @@ 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.shop_price || th.data.bn_goods.goods_price, | ||
| 3030 | - goods_num: th.data.bn_goods.goods_num, | 3029 | + goods_price: th.data.bn_goods.shop_price || th.data.bn_goods.goods_price, |
| 3030 | + goods_num: th.data.bn_goods.buynum || th.data.bn_goods.goods_num, | ||
| 3031 | }], | 3031 | }], |
| 3032 | sto: { | 3032 | sto: { |
| 3033 | keyid: th.data.bn_goods.keyid | 3033 | keyid: th.data.bn_goods.keyid |