Commit aa2529078984d5e478453f6ee20222b382ddae76
1 parent
a48a93e9
商品详情页面加入购物,同一件商品的bug优化
Showing
1 changed file
with
1 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
@@ -769,6 +769,7 @@ Page({ | @@ -769,6 +769,7 @@ Page({ | ||
769 | id: item.id, | 769 | id: item.id, |
770 | goods_num: e.data.goodsInputNum + item.goods_num, | 770 | goods_num: e.data.goodsInputNum + item.goods_num, |
771 | goods_price: newd.goods_price, | 771 | goods_price: newd.goods_price, |
772 | + store_id: th.data.stoid, | ||
772 | }; | 773 | }; |
773 | 774 | ||
774 | i.put("/api/weshop/cart/update", { | 775 | i.put("/api/weshop/cart/update", { |